- join
void join(EventsObserver observer, TypeInfo[] events)
Undocumented in source. Be warned that the author may not have intended to support it.
- join
void join(EventsObserver observer)
Undocumented in source. Be warned that the author may not have intended to support it.
- notify
void notify(T event)
Undocumented in source. Be warned that the author may not have intended to support it.
- silent
void silent(EventsObserver observer)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
Subscriber subscribe(Subscriber subscriber)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
Subscriber subscribe(void delegate(in T event) listener)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
Subscriber subscribe(void delegate() listener)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
Subscriber subscribe(EventsListener subscriber)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscriberIsNotifiable
bool subscriberIsNotifiable(Subscriber subscriber)
Undocumented in source. Be warned that the author may not have intended to support it.
- unjoin
void unjoin(EventsObserver observer)
Undocumented in source. Be warned that the author may not have intended to support it.
- unsilent
void unsilent(EventsObserver observer)
Undocumented in source. Be warned that the author may not have intended to support it.
- unsubscribe
void unsubscribe(Subscriber subscriber)
Undocumented in source. Be warned that the author may not have intended to support it.