Listenable

The Listenable template is a virtual implementation which handles the listener UDAs, storing them within a local "listeners" mapping.

Members

Functions

loadListeners
void loadListeners()

Undocumented in source. Be warned that the author may not have intended to support it.

registerListener
void registerListener(ListenerObject obj)

Registers a listener from a ListenerObject

Variables

listeners
ListenerObject[] listeners;

Undocumented in source.

Meta