|
Kodo 4.2.0. (DEPRECATED) | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WatchableListener
The listener interface for receiving watchable events. The class that is interested in processing a watchable event implements this interface, and the object created with that class is registered with a Watchable, using the Watchable's addListener method. When the watchable event occurs, the appropriate method on the object is invoked.
Method Summary | |
---|---|
void |
watchableChanged(WatchableEvent e)
Called on the listener when a new watchable is registered. |
Method Detail |
---|
void watchableChanged(WatchableEvent e)
|
Kodo 4.2.0. (DEPRECATED) | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This documentation is deprecated and will be removed in the next release of WebLogic Server.