Package org.jipijapa.event.impl
Class EventListenerRegistration
- java.lang.Object
-
- org.jipijapa.event.impl.EventListenerRegistration
-
public class EventListenerRegistration extends Object
System level EventListenerRegistration- Author:
- Scott Marlow
-
-
Constructor Summary
Constructors Constructor Description EventListenerRegistration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidadd(EventListener eventListener)static voidremove(EventListener eventListener)
-
-
-
Method Detail
-
add
public static void add(EventListener eventListener)
-
remove
public static void remove(EventListener eventListener)
-
-