Class Listener

Package :
util

A class extended by a listener which is added to a ListenerList.

Source

Class summary
Methods defined in this class
find_method(obj, method_name) get_method() get_object() get_type() initially() maybe_fire(event)
Variables defined in this class
meth obj type

Method detail

find_method(obj, method_name)

Private method, not intended for client invocation

get_method()

Return the method in the object which is invoked on an event.
Source

get_object()

Return the object which is listening
Source

get_type()

The type for which we are listening, or &null implying we are listening for all types.
Source

initially()


maybe_fire(event)

Fire an event to the method, if it matches.
Source

Variable detail

meth


obj


type