|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VetoObserver
VetoObserver interface defines the notification API through which interested observers are notified of pending subject changes. VetoObservers can the indicate that they do not accept the pending change.
UpdateMessage, VetoableSubject| Method Summary | |
|---|---|
void |
vetoableUpdate(java.lang.Object observed, UpdateMessage change)Notification message. |
| Method Detail |
|---|
void vetoableUpdate(java.lang.Object observed,
UpdateMessage change)
throws ChangeVetoException
observed - the subject whose state has changed.change - what has changed.ChangeVetoException - if the pending update is rejected by the vetoableUpdate implementation.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||