Package ch.ivyteam.ivy.event
Interface ISystemEventListener
public interface ISystemEventListener
Must be implemented by classes that are interested in receiving
SystemEvents.
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
Modifier and TypeMethodDescriptionvoidhandleSystemEvent(SystemEvent<?> event) Invoked when aSystemEventof the category that the implementor registered itself for, has occurred.
-
Method Details
-
handleSystemEvent
Invoked when aSystemEventof the category that the implementor registered itself for, has occurred.- Parameters:
event- the event- API:
- This public API is available in Java.
-