Framework Professional Edition Package


com.prosyst.mbs.services.pmp
Interface PMPConnListener


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

clientConnected

void clientConnected(PMPConnection connection)
Method fired from PMPService when a remote client is connected to the PMPService.

Parameters:
connection - Connection to the remote Framework

clientDisconnected

void clientDisconnected(PMPConnection connection)
Method fired from PMPService when a remote clientis disconnected from the PMPService.

Parameters:
connection - the clients connection

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved