Holger's
Java API

Uses of Class
com.antelmann.util.Notifier

Packages that use Notifier
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
 

Uses of Notifier in com.antelmann.util
 

Methods in com.antelmann.util that return Notifier
 Notifier NotificationService.getNotifier(Object monitoredObject)
          returns either the Notifier that monitors the given object or null if the given object is not monitored
 Notifier NotificationService.monitorObject(Object monitoredObject)
          starts monitoring the given object by creating a new Notifier
 Notifier NotificationService.obtainNotifier(Object monitoredObject)
          first calls getNotifier() and if that returns null, monitorObject() is called
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads