org.apache.hivemind.lib
Interface RemoteExceptionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
NameLookupImpl

public interface RemoteExceptionListener
extends java.util.EventListener

Event listener interface for remote exceptions.

Author:
Howard Lewis Ship

Method Summary
 void remoteExceptionDidOccur(RemoteExceptionEvent event)
          Invoked by RemoteExceptionCoordinator.fireRemoteExceptionDidOccur(Object, Throwable).
 

Method Detail

remoteExceptionDidOccur

void remoteExceptionDidOccur(RemoteExceptionEvent event)
Invoked by RemoteExceptionCoordinator.fireRemoteExceptionDidOccur(Object, Throwable).