Uses of Interface
ion.Meta.IEvent
-
Packages that use IEvent Package Description ion.Meta ion.Meta.Events -
-
Uses of IEvent in ion.Meta
Classes in ion.Meta that implement IEvent Modifier and Type Class Description classEventMethods in ion.Meta that return types with arguments of type IEvent Modifier and Type Method Description java.lang.Class<? extends IEvent>EventHandler. getType()Methods in ion.Meta with parameters of type IEvent Modifier and Type Method Description abstract booleanEventFilter. blocks(IEvent event)abstract voidEventHandler. invoke(IEvent evt)Constructor parameters in ion.Meta with type arguments of type IEvent Constructor Description EventHandler(java.lang.Class<? extends IEvent> type) -
Uses of IEvent in ion.Meta.Events
Subinterfaces of IEvent in ion.Meta.Events Modifier and Type Interface Description interfaceIAdded<TItem,TElement extends Element>interfaceIRemoved<TItem,TElement extends Element>interfaceISimulationUpdated
-