| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.model.IdeSubject
oracle.ide.model.IdeVetoableSubject
public class IdeVetoableSubject
The IdeVetoableSubject class is a default implementation of the 
  VetoableSubject interface. VetoableSubject implementations should
  use this class for managing the observers list.
UpdateMessage, 
VetoObserver| Constructor Summary | |
|---|---|
IdeVetoableSubject()
 | 
|
| Method Summary | |
|---|---|
 void | 
notifyVetoObservers(java.lang.Object observed,
                    UpdateMessage change)
Notifies all observers that the state of the subject has changed.  | 
| Methods inherited from class oracle.ide.model.IdeSubject | 
|---|
attach, detach, notifyObservers | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface oracle.ide.model.Subject | 
|---|
attach, detach, notifyObservers | 
| Constructor Detail | 
|---|
public IdeVetoableSubject()
| Method Detail | 
|---|
public final void notifyVetoObservers(java.lang.Object observed,
                                      UpdateMessage change)
                               throws ChangeVetoException
notifyVetoObservers in interface VetoableSubjectobserved - the subject whose state has changed.change - what changed.
ChangeVetoException - if any VetoObserver rejected the
 pending change.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||