Interface EventHandler
- All Known Implementing Classes:
CommandRuntimeHandler
,EventRuntimeHandler
,VariablesRuntimeHandler
public interface EventHandler
Interface to handle events from the
See DebugMonitor to understand when an event is fired.
DebugMonitor
.See DebugMonitor to understand when an event is fired.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NORMAL_FRAME
static final int NORMAL_FRAME- See Also:
-
END_FRAME
static final int END_FRAME- See Also:
-
-
Method Details
-
started
- Throws:
IOException
-
preTask
- Throws:
IOException
-
postTask
- Throws:
IOException
-
suspended
- Throws:
IOException
-
resumed
- Throws:
IOException
-
terminated
- Throws:
IOException
-