|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TriggerInterface
Interface for triggers.
Method Summary | |
---|---|
Object |
getConfig()
Gets the config attribute of the TriggerInterface object |
EventHandlerListener |
getEventHandlerListener()
|
Log |
getLog()
|
String |
getName()
Gets the name attribute of the TriggerInterface object |
RSInterface |
getParent()
Gets the parent attribute of the TriggerInterface object |
TaskStatistics |
getStats()
Return the statistics object |
void |
removeEventHandlerListener()
|
void |
setConfig(Object config)
Sets the config attribute of the TriggerInterface object |
void |
setEventHandlerListener(EventHandlerListener listener)
|
void |
setExitRequested(boolean value)
Sets the exitRequested flag. |
void |
setName(String name)
Sets the name attribute of the TriggerInterface object |
void |
setParent(RSInterface parent)
Sets the parent attribute of the TriggerInterface object |
void |
start()
Activate the trigger. |
Method Detail |
---|
void setConfig(Object config)
config
- The new config valueObject getConfig()
void setParent(RSInterface parent)
parent
- The new parent valueRSInterface getParent()
void start()
void setExitRequested(boolean value)
value
- The new value of the exitRequestedTaskStatistics getStats()
String getName()
void setName(String name)
name
- The new name valuevoid setEventHandlerListener(EventHandlerListener listener)
EventHandlerListener getEventHandlerListener()
void removeEventHandlerListener()
Log getLog()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |