Uses of Class
ch.ivyteam.ivy.event.SystemEvent
-
Packages that use SystemEvent Package Description ch.ivyteam.ivy.event -
-
Uses of SystemEvent in ch.ivyteam.ivy.event
Methods in ch.ivyteam.ivy.event with parameters of type SystemEvent Modifier and Type Method Description voidISystemEventListener. handleSystemEvent(SystemEvent<?> event)Invoked when aSystemEventof the category that the implementor registered itself for, has occurred.ISystemEventDispatcher.DispatchStatusISystemEventDispatcher. sendSystemEvent(SystemEvent<?> event)Sends the givenSystemEventto all interested listeners.
-