orca.shirako.api
Interface IEventListener


public interface IEventListener

IEventListener defines the interface required to subscribe for events raised by the Shirako implementation. In the current version such events are used primarily for debugging, testing, and validation.


Method Summary
 void notify(IEvent e)
          Receives an event previously subscribed to.
 

Method Detail

notify

void notify(IEvent e)
Receives an event previously subscribed to.

Parameters:
e - the event


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.