com.ibm.cics.core.connections
Class ConnectionManagerListener

java.lang.Object
  extended by 
      extended by com.ibm.cics.core.connections.ConnectionManagerListener

public abstract class ConnectionManagerListener
extends

ConnectionManger listener interface. Implementors will be notified using the #event(ConnectionManagerEvent) method of interesting events. Subclasses of ConnectionManagerListener.ConnectionManagerEvent describe the types of events that may be notified


Nested Class Summary
static class ConnectionManagerListener.ConnectionManagerEvent
          Abstract connection manager event
static class ConnectionManagerListener.ConnectionProfileAddedEvent
          Indicates that a new connection profile has been added.
static class ConnectionManagerListener.ConnectionProfileRemovedEvent
          Indicates that a connection profile has been removed
static class ConnectionManagerListener.ConnectionProfileUpdatedEvent
          Indicates that a connection profile has been updated
 
Constructor Summary
ConnectionManagerListener()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionManagerListener

public ConnectionManagerListener()


Copyright © 2013 IBM Corp. All Rights Reserved.