Rio Project 4.2 API Documentation



org.rioproject.event
Interface RemoteServiceEventListener

All Superinterfaces:
EventListener

public interface RemoteServiceEventListener
extends EventListener

The RemoteServiceListener interface is used to specify support for clients that wish to participate in notification of distributed events. Notification of events using this interface are done within the JVM, remote invocation semantics are not implied by the use of this interface.

Author:
Dennis Reedy

Method Summary
 void notify(RemoteServiceEvent event)
          The notify method is invoked on a RemoteServiceEventListener for RemoteServiceEvents that the listener has registered interest on.
 

Method Detail

notify

void notify(RemoteServiceEvent event)
The notify method is invoked on a RemoteServiceEventListener for RemoteServiceEvents that the listener has registered interest on.

The notification of RemoteServiceEvent objects is done within a JVM, remote invocation semantics are not implied by the use of this interface.

Parameters:
event - A RemoteServiceEvent object

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.