|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PMPConnListener
Listener used to receicve events whenever a remote Framework is
connected or disconnected to this PMPService.
Implementations of this class must be registered PMPService.addPMPConnListener
and unregistered PMPService.removePMPConnListener
| Method Summary | |
|---|---|
void |
clientConnected(PMPConnection connection)
Method fired from PMPService when a remote client is connected to the PMPService. |
void |
clientDisconnected(PMPConnection connection)
Method fired from PMPService when a remote clientis disconnected from the PMPService. |
| Method Detail |
|---|
void clientConnected(PMPConnection connection)
connection - Connection to the remote Frameworkvoid clientDisconnected(PMPConnection connection)
connection - the clients connection
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||