Package org.rspeer.event
Interface Registry
-
- All Known Implementing Classes:
Registry.Reflective
public interface Registry
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Registry.Reflective
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Subscription>
getSubscriptions()
void
subscribe(Object type)
void
unsubscribe(Object type)
-
-
-
Method Detail
-
subscribe
void subscribe(Object type)
-
unsubscribe
void unsubscribe(Object type)
-
getSubscriptions
Set<Subscription> getSubscriptions()
-
-