org.sapia.ubik.rmi.naming.remote
Class ClientListener

java.lang.Object
  extended by org.sapia.ubik.rmi.naming.remote.ClientListener
All Implemented Interfaces:
AsyncEventListener

public class ClientListener
extends java.lang.Object
implements AsyncEventListener

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2004 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Constructor Summary
ClientListener(EventChannel channel, ServerAddress addr)
           
 
Method Summary
 void onAsyncEvent(RemoteEvent evt)
          Receives multicast events.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientListener

public ClientListener(EventChannel channel,
                      ServerAddress addr)
Method Detail

onAsyncEvent

public void onAsyncEvent(RemoteEvent evt)
Description copied from interface: AsyncEventListener
Receives multicast events.

Specified by:
onAsyncEvent in interface AsyncEventListener
Parameters:
evt - a RemoteEvent.
See Also:
AsyncEventListener.onAsyncEvent(RemoteEvent)


Copyright © 2010 Sapia OSS. All Rights Reserved.