Class Connectable
Subclasses :
gui::Component
gui::MenuComponent
gui::Ticker
net::NetClient
Package :
util
Source
Class summary
Methods defined in this class
connect(obj, meth, type)
disconnect(l)
fire(type, param)
fire_event(e)
initially()
Variables defined in this class
listeners
Method detail
connect(obj, meth, type)
Create and connect a Listener to this object.
Returns :
the Listener created and added.
Source
disconnect(l)
Remove a Listener previously returned by
connect
Source
fire(type, param)
Helper method to create and fire an Event object from the given parameters.
Source
fire_event(e)
Fire the given event to the listeners
Source
initially()
Variable detail
listeners