Uses of Package
com.graemestevenson.notifier

Classes in com.graemestevenson.notifier used by com.graemestevenson.notifier
AbstractNotifier
          This class provides the core implementation of a Notifier, leaving implementation of the notify method to subclasses.
Notifier
          This class represents an Notifier object, that is used to publish data to a set of interested subscribers, or Notifyees.
Notifyee
          A class can implement the Notifyee interface when it wants to be informed when new data is published.