Uses of Interface
org.jipijapa.event.spi.EventListener
-
Packages that use EventListener Package Description org.jipijapa.event.impl org.jipijapa.event.impl.internal -
-
Uses of EventListener in org.jipijapa.event.impl
Methods in org.jipijapa.event.impl with parameters of type EventListener Modifier and Type Method Description static voidEventListenerRegistration. add(EventListener eventListener)static voidEventListenerRegistration. remove(EventListener eventListener) -
Uses of EventListener in org.jipijapa.event.impl.internal
Methods in org.jipijapa.event.impl.internal with parameters of type EventListener Modifier and Type Method Description static voidNotification. add(EventListener eventListener)static voidNotification. remove(EventListener eventListener)
-