|
|||||||||
| Home >> All >> org >> scopemvc >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scopemvc.core
Interface ModelChangeListener

- All Known Subinterfaces:
- ModelChangeEventSource
- public interface ModelChangeListener
Implemented by objects that can receive notification when a model object implementing ModelChangeEventSource changes state.
To use:
- Implement this interface, responding to the change in
Model state in
modelChanged(org.scopemvc.core.ModelChangeEvent)55 , - Register as a listener to a Model using
ModelChangeEventSource.addModelChangeListener(org.scopemvc.core.ModelChangeListener)55 , - Deregister as a listener when no longer interested
in receiving notification of changes using
ModelChangeEventSource.removeModelChangeListener(org.scopemvc.core.ModelChangeListener)55 .
- Version:
- $Revision: 1.2 $ $Date: 2002/01/12 09:35:40 $
| Method Summary | |
void |
modelChanged(ModelChangeEvent inEvent)
Invoked to notify listeners of a change in the state of a ModelChangeEventSource. |
| Method Detail |
modelChanged
public void modelChanged(ModelChangeEvent inEvent)
Invoked to notify listeners of a change in the state of a ModelChangeEventSource.
|
|||||||||
| Home >> All >> org >> scopemvc >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC