Framework Professional Edition Package


org.mbs.services.io
Interface ConnectionNotifier


public interface ConnectionNotifier

Provides methods for registering listeners for receiving events from a connection (that implements this interface).


Method Summary
 void addConnectionListener(ConnectionListener l)
          Adds the given listener to the set of listeners that will be notified when the connection is created or closed.
 void removeConnectionListener(ConnectionListener l)
          Removes the given listener from the set of listeners that will be notified when the connection is created or closed.
 

Method Detail

addConnectionListener

void addConnectionListener(ConnectionListener l)
Adds the given listener to the set of listeners that will be notified when the connection is created or closed.


removeConnectionListener

void removeConnectionListener(ConnectionListener l)
Removes the given listener from the set of listeners that will be notified when the connection is created or closed.


Framework Professional Edition Package


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