dermi.listener
Interface RemoteEventListener

All Known Implementing Classes:
ActivatorImpl, BusClassLoader, DermiProxy, DermiRemoteObject, DOLRChannelImpl

public interface RemoteEventListener

Interface for subscribing to remote events

Version:
1.2
Author:
Carles Pairot

Method Summary
 java.util.Hashtable anycallEventArrived(java.util.Hashtable evt)
          Standard upcall for anycall arrived events
 void eventArrived(java.util.Hashtable evt)
          This method is the standard callback provided for remote events.
 

Method Detail

eventArrived

void eventArrived(java.util.Hashtable evt)
This method is the standard callback provided for remote events.

Parameters:
evt - Hashtable Remote event

anycallEventArrived

java.util.Hashtable anycallEventArrived(java.util.Hashtable evt)
                                        throws UnmatchedAnycallMethodException
Standard upcall for anycall arrived events

Parameters:
evt - Hashtable
Returns:
Hashtable
Throws:
UnmatchedAnycallMethodException