|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Clients that are interested in the control connection lifecycle events can implement this interface.
IControlConnectionManager
,
IControlConnection
Method Summary | |
void |
controlConnectionAdded(IControlConnection con)
A new control connection is created and added into the control connection manager |
void |
controlConnectionDetached(IControlConnection con)
The control connection is destroyed and removed from the control connection manager |
void |
controlConnectionRefreshed(IControlConnection con)
The control connection has changed its status |
void |
controlConnectionRefreshed(IControlConnection con,
ProcIdentifier proc)
The routine object proc which is managed by the control connection has changed. |
Method Detail |
public void controlConnectionAdded(IControlConnection con)
con
- the control connectionpublic void controlConnectionDetached(IControlConnection con)
con
- the control connectionpublic void controlConnectionRefreshed(IControlConnection con)
con
- the control connectionpublic void controlConnectionRefreshed(IControlConnection con, ProcIdentifier proc)
proc
which is managed by the control connection has changed.
con
- the control connection
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |