= Listener = Part of [wiki: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.