org.gnome.glib
Interface Signal
Marker interface which is the parent of all signals as expressed in the
bindings. Calling it Signal is actually a slight misnomer; when someone
implements the concrete Signal subclass that is written into the public API
files a "SignalHandler" is more what they've created.
Developers using the bindings will never need to use or subclass this
directly. People wishing to write signal handler callbacks implement
the subclasses of this interface provided by individual Widgets. See
Button's
connect()
for a thorough example of how signals are used in practise.
|  java-gnome |