Version 4 (modified by 3 years ago) ( diff ) | ,
---|
Listener
Part of utilities.
Listener contains standard Listener/Listenable functionality. It is parameterized by the TYPE of the objects shared by the Listener
A DefaultListenable is also available, which provides standard add/removeListner functionality and a notifyListeners call that catches and prints all exceptions caused by the notifyChange call to the listeners.
Note:
See TracWiki
for help on using the wiki.