~ubuntu-branches/ubuntu/utopic/libisrt-java/utopic

« back to all changes in this revision

Viewing changes to src/de/intarsys/tools/component/IStartStop.java

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-08-31 17:16:54 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110831171654-i306ydrg00gribvc
Tags: 4.8.20100629-1
* Team upload
* New upstream release
* Improve downloading / creating the orig tarball. Remove javadoc files.
* Switch to javahelper.
* Drop versioned package libisrt-4.7-java.
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.1.
* Switch to source format 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        public boolean isStarted();
47
47
 
48
48
        /**
49
 
         * Answer <code>true</code> if this object is stopped
50
 
         * 
51
 
         * @return Answer <code>true</code> if this object is stopped.
52
 
         */
53
 
        public boolean isStopped();
54
 
 
55
 
        /**
56
49
         * Start the component lifecycle. A RuntimeException is expected when
57
50
         * starting the component fails.
58
51
         *