Uses of Interface
ch.ivyteam.ivy.event.ISystemEventListener
-
Packages that use ISystemEventListener Package Description ch.ivyteam.ivy.event -
-
Uses of ISystemEventListener in ch.ivyteam.ivy.event
Methods in ch.ivyteam.ivy.event with parameters of type ISystemEventListener Modifier and Type Method Description voidISystemEventDispatcher. addSystemEventListener(EnumSet<SystemEventCategory> categories, ISystemEventListener listener)Adds the given listener and invokes it, if an event of the given categories is received.voidISystemEventDispatcher. removeSystemEventListener(EnumSet<SystemEventCategory> categories, ISystemEventListener listener)Removes the given event listener from the given categories.
-