|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that listeners interesting in changes to local resources in the RSE model implement, and subsequently register their interest, via SystemRegistry.
If you list any of the resource types defined in ISystemModelChangeEvents
you should monitor by implementing this interface, and registering with the
system registry via SystemRegistry.addSystemModelChangeListener(ISystemModelChangeListener)
.
In your view's dispose method, you must also de-register by calling
SystemRegistry.removeSystemModelChangeListener(ISystemModelChangeListener)
.
If you are interesting in firing model change events, see
SystemRegistry.fireModelChangeEvent(int, int, Object, String)
.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
void |
systemModelResourceChanged(ISystemModelChangeEvent event)
This is the method in your class that will be called when a resource in the RSE model changes. |
Field Detail |
public static final String copyright
Method Detail |
public void systemModelResourceChanged(ISystemModelChangeEvent event)
ISystemModelChangeEvent
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |