Package org.apache.uima.tools.util.gui
Interface TransportControlListener
-
- All Known Implementing Classes:
CpmPanel
public interface TransportControlListenerThe listener interface for receiving transportControl events. The class that is interested in processing a transportControl event implements this interface, and the object created with that class is registered with a component using the component'saddTransportControlListenermethod. When the transportControl event occurs, that object's appropriate method is invoked.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontrolPaused()Control paused.voidcontrolResumed()Control resumed.voidcontrolStarted()Control started.voidcontrolStopped()Control stopped.
-