Package ch.ivyteam.ivy.event
Interface ISystemEventListener
-
public interface ISystemEventListenerMust be implemented by classes that are interested in receivingSystemEvents.Implementors should register themselves at the application configuration to be informed about events of a specific
SystemEventCategory.- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleSystemEvent(SystemEvent<?> event)Invoked when aSystemEventof the category that the implementor registered itself for, has occurred.
-
-
-
Method Detail
-
handleSystemEvent
void handleSystemEvent(SystemEvent<?> event)
Invoked when aSystemEventof the category that the implementor registered itself for, has occurred.- Parameters:
event- the event- API:
- This public API is available in IvyScript and Java. It has the visibility NOVICE.
-
-