|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||