|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.serotonin.m2m2.module.ModuleElementDefinition
com.serotonin.m2m2.module.EventManagerListenerDefinition
public abstract class EventManagerListenerDefinition
Provides a hook for modules to "listen" for things that happen in the event manager.
Constructor Summary | |
---|---|
EventManagerListenerDefinition()
|
Method Summary | |
---|---|
abstract com.serotonin.m2m2.i18n.TranslatableMessage |
autoAckEventWithMessage(com.serotonin.m2m2.rt.event.type.EventType eventType)
Provides both notification of a new event, and the opportunity to automatically acknowledge it. |
Methods inherited from class com.serotonin.m2m2.module.ModuleElementDefinition |
---|
getModule, initialize, uninstall |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventManagerListenerDefinition()
Method Detail |
---|
public abstract com.serotonin.m2m2.i18n.TranslatableMessage autoAckEventWithMessage(com.serotonin.m2m2.rt.event.type.EventType eventType)
eventType
- the type of event being raised.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |