|
Oracle® Database RAC FAN Events Java API Reference 11g Release 2 (11.2) E13993-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FanSubscription
| Method Summary | |
|---|---|
void |
addListener(FanEventListener listener)Adds a listener. |
void |
close()Closes this subscription. |
void |
removeListener(FanEventListener listener)Removes a listener. |
| Method Detail |
|---|
void addListener(FanEventListener listener)
listener - the object to be added and notified of FAN events.java.lang.IllegalStateException - if the recevier is closed.void removeListener(FanEventListener listener)
listener - the object to be removed from the list of listeners.java.lang.IllegalArgumentException - if the param is not present in the list of listeners.void close()
|
Oracle® Database RAC FAN Events Java API Reference 11g Release 2 (11.2) E13993-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||