|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NOMControl
Keeps the registered NOMViews in sync with the central NOM by informing them of any edits made.
| Method Summary | |
|---|---|
void |
deregisterViewer(NOMView display)
Remove a NOMView from the list of viewers that get notifed of changes. |
void |
notifyChange()
Notify all NOMViews that an (unspecified) edit has ocurred |
void |
notifyChange(NOMEdit edit)
Notify all NOMViews that a specific NOMEdit has ocurred |
void |
notifyChange(NOMEdit edit,
NOMView view)
Notify all NOMViews except the one passed as an argument that a NOMEdit has ocurred |
void |
registerViewer(NOMView display)
Add a NOMView to the list of viewers that get notifed of changes. |
| Method Detail |
|---|
void registerViewer(NOMView display)
void deregisterViewer(NOMView display)
void notifyChange()
void notifyChange(NOMEdit edit)
throws NOMException
NOMException
void notifyChange(NOMEdit edit,
NOMView view)
throws NOMException
NOMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||