|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PManagementListener
The interface that is implemented by all objects wishing to be informed when a change happens in the PManagement Model.
Method Summary | |
---|---|
void |
stateChanged(PManagement pManagement,
PManagement.PMAgentReference agentReference)
This method is called on every listener when an alteration happens. |
Method Detail |
---|
void stateChanged(PManagement pManagement, PManagement.PMAgentReference agentReference)
The first parameter will always be the PManagement that the listener was registered to listen to.
If the alteration happens in one of the PERMIS agent references then that is passed down as the second parameter. otherwise null is passed down.
If your listener is only interested in a particular agent, this can be used to narrow down the area that was altered.
pManagement
- the Model that has an alteration in it.agentReference
- the agent reference or null if none affected.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |