Uses of Interface
dermi.RemoteEventListener

Packages that use RemoteEventListener
dermi   
dermi.session   
 

Uses of RemoteEventListener in dermi
 

Subinterfaces of RemoteEventListener in dermi
 interface RemoteAnycallEventListener
          Interface for subscribing to remote anycall events
 

Classes in dermi that implement RemoteEventListener
 class BusClassLoader
          This is a custom class loader that makes a request to the remote object for the stub class when this is not found on the local machine.
 

Methods in dermi with parameters of type RemoteEventListener
 void Session.subscribe(RemoteEventListener listener, java.lang.String subs)
          This method creates a listener of remote events that matches the subscription specified in the subscription parameter.
 void Session.subscribe(RemoteEventListener listener, java.util.Hashtable subs)
          This method creates a listener of remote events that matches the subscription specified in the subscription parameter.
 void Session.unsubscribe(RemoteEventListener listener, java.lang.String subs)
          This method removes the subscription specified in subscription parameters.
 void Session.unsubscribe(RemoteEventListener listener, java.util.Hashtable subs)
          This method removes the subscription specified in subscription parameters.
 

Uses of RemoteEventListener in dermi.session
 

Methods in dermi.session with parameters of type RemoteEventListener
 void Session.subscribe(RemoteEventListener sel, java.util.Hashtable event)
          Add remote event listener to specified multicast group.
 void Session.subscribe(RemoteEventListener listener, java.lang.String subs)
          Add remote event listener to specified multicast group.
 void Session.unsubscribe(RemoteEventListener sel, java.util.Hashtable event)
          Remove remote event listener from the specified multicast group.
 void Session.unsubscribe(RemoteEventListener listener, java.lang.String subs)
          Remove remote event listener from the specified multicast group.
 

Constructors in dermi.session with parameters of type RemoteEventListener
Dispatcher(RemoteEventListener caller, java.util.Hashtable event)
          Constructor
NotificationParser(RemoteEventListener subs)
          Constructor