public interface NodeServiceListener extends ObservableEventListener
ObservableEventListener
Modifier and Type | Method and Description |
---|---|
void |
accEntered(TucsonAgentId aid)
Reacts to ACC release from node to agent.
|
void |
accQuit(TucsonAgentId aid)
Reacts to ACC release by agent.
|
void |
tcCreated(TucsonTupleCentreId tid)
Reacts to tuplecentre creation.
|
void |
tcDestroyed(TucsonTupleCentreId tid)
Reacts to tuplecentre destruction.
|
getSpecCompleted, getSpecRequested, inCompleted, inpCompleted, inpRequested, inRequested, outRequested, rdCompleted, rdpCompleted, rdpRequested, rdRequested, setSpecCompleted, setSpecRequested
void accEntered(TucsonAgentId aid)
aid
- the agent identifiervoid accQuit(TucsonAgentId aid)
aid
- the agent identifiervoid tcCreated(TucsonTupleCentreId tid)
tid
- the created tuplecentre identifiervoid tcDestroyed(TucsonTupleCentreId tid)
tid
- the destroyed tuplecentre identifier