org.activemq.transport
Interface TransportStatusEventListener

All Known Implementing Classes:
ActiveMQConnection, CompositeTransportChannel, NetworkChannel, 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

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

Parameters:
event -


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