org.sapia.ubik.mcast
Class EventChannel.ChannelEventListener

java.lang.Object
  extended by org.sapia.ubik.mcast.EventChannel.ChannelEventListener
All Implemented Interfaces:
AsyncEventListener, SocketTimeoutListener
Enclosing class:
EventChannel

public static class EventChannel.ChannelEventListener
extends java.lang.Object
implements AsyncEventListener, SocketTimeoutListener


Method Summary
 void handleSoTimeout()
           
 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
 

Method Detail

handleSoTimeout

public void handleSoTimeout()
Specified by:
handleSoTimeout in interface SocketTimeoutListener
See Also:
SocketTimeoutListener.handleSoTimeout()

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.