org.apache.servicemix.jbi.event
Class EndpointAdapter
java.lang.Object
org.apache.servicemix.jbi.event.EndpointAdapter
- All Implemented Interfaces:
- EventListener, EndpointListener, ServiceMixListener
public class EndpointAdapter
- extends Object
- implements EndpointListener
An abstract adapter class for receiving endpoint events.
The methods in this class are empty. This class exists as a
convenience for creating listener objects.
- Author:
- gnodet
- See Also:
EndpointEvent,
EndpointListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointAdapter
public EndpointAdapter()
internalEndpointRegistered
public void internalEndpointRegistered(EndpointEvent event)
- Specified by:
internalEndpointRegistered in interface EndpointListener
internalEndpointUnregistered
public void internalEndpointUnregistered(EndpointEvent event)
- Specified by:
internalEndpointUnregistered in interface EndpointListener
externalEndpointRegistered
public void externalEndpointRegistered(EndpointEvent event)
- Specified by:
externalEndpointRegistered in interface EndpointListener
externalEndpointUnregistered
public void externalEndpointUnregistered(EndpointEvent event)
- Specified by:
externalEndpointUnregistered in interface EndpointListener
linkedEndpointRegistered
public void linkedEndpointRegistered(EndpointEvent event)
- Specified by:
linkedEndpointRegistered in interface EndpointListener
linkedEndpointUnregistered
public void linkedEndpointUnregistered(EndpointEvent event)
- Specified by:
linkedEndpointUnregistered in interface EndpointListener
remoteEndpointRegistered
public void remoteEndpointRegistered(EndpointEvent event)
- Specified by:
remoteEndpointRegistered in interface EndpointListener
remoteEndpointUnregistered
public void remoteEndpointUnregistered(EndpointEvent event)
- Specified by:
remoteEndpointUnregistered in interface EndpointListener
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.