|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
VetoObserver
interface defines the notification API through
which * interested observers are notified of pending subject changes.
VetoObserver
s can the indicate that they do not accept
the pending change.
oracle.ide.VetoableObserver
,
oracle.ide.VetoableMessage
Method Summary | |
void |
update(java.lang.Object observed,
VetoableMessage change)
Notification message. |
Method Detail |
public void update(java.lang.Object observed, VetoableMessage change) throws ChangeVetoException
observed
- the subject whose state has changed.change
- what has changed.
ChangeVetoException
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.