com.ibm.carma.model
Interface TransportConnectionListener

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CARMA, RepositoryManager

public interface TransportConnectionListener
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Transport Connection Listener'. Listener interface used to notify observers of changes to the connection state of CARMA transport objects

See Also:
ModelPackage.getTransportConnectionListener()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 void connectionStateChanged(ConnectionEvent e)
          Callback function used to inform TransportConnectionListener objects when changes occur in the connection state
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

connectionStateChanged

void connectionStateChanged(ConnectionEvent e)
Callback function used to inform TransportConnectionListener objects when changes occur in the connection state