Package org.rspeer.event
Class EventDispatcher
- java.lang.Object
-
- org.rspeer.event.EventDispatcher
-
public class EventDispatcher extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventDispatcher.Factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforward(Event event)Consumer<Throwable>getHandler()Set<Subscription>getSubscriptions()booleanisSubscribed(Object instance)voidsubscribe(Object instance)StringtoString()voidunsubscribe(Object instance)
-