|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDmnControllerEventHandler
The daemon controller event handler interface.
An event handler is a sink for events generated by the daemon
controller. Controller events contain:
- An event type field (an integer value)
- An event data object (a type specific object).
Event types and their associated structure that are defined in the
DmnControllerEvents
class are applicable to all daemon controller
implementations. An implementation is free to add more implementation
specific event types.
Method Summary | |
---|---|
void |
onEvent(int type,
Object data)
The event handler method |
Method Detail |
---|
void onEvent(int type, Object data)
type
- The event type.data
- The type specific event event data.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |