= Listener =
Maven include:
{{{
tudelft.utilities
listener
1.1.0
}}}
available on
{{{
artifactory.ewi.tudelft.nl
http://artifactory.ewi.tudelft.nl/artifactory/libs-release
false
}}}
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.