org.activemq.transport
Interface TransportStatusEventListener

All Known Implementing Classes:
ActiveMQConnection, ActiveMQXAConnection, CompositeTransportChannel, DiscoveryTransportChannel, NetworkChannel, ReliableTransportChannel, RemoteNetworkChannel

public interface TransportStatusEventListener

A listener for TransportStatusEvents

Version:
$Revision: 1.1.1.1 $

Method Summary
 void statusChanged(TransportStatusEvent event)
          called when the status of a transport channel changes
 

Method Detail

statusChanged

void statusChanged(TransportStatusEvent event)
called when the status of a transport channel changes

Parameters:
event -


Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.