orca.shirako.core
Class EventHandler

java.lang.Object
  extended by orca.shirako.core.EventHandler
All Implemented Interfaces:
IReservationEventHandler
Direct Known Subclasses:
JawsController.JawsEventHandler, SgeController.SgeEventHandler

public class EventHandler
extends java.lang.Object
implements IReservationEventHandler


Field Summary
protected  IServiceManager sm
           
 
Constructor Summary
EventHandler()
           
 
Method Summary
 void initialize(IServiceManager s)
           
 void onBeforeExtendTicket(IReservation r)
           
 void onClose(IReservation r)
           
 void onCloseComplete(IReservation r)
           
 void onExtendLease(IReservation r)
           
 void onExtendLeaseComplete(IReservation r)
           
 void onExtendTicket(IReservation r)
           
 void onExtendTicketComplete(IReservation r)
           
 void onLease(IReservation r)
           
 void onLeaseComplete(IReservation r)
           
 void onTicket(IReservation r)
           
 void onTicketComplete(IReservation r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sm

protected IServiceManager sm
Constructor Detail

EventHandler

public EventHandler()
Method Detail

initialize

public void initialize(IServiceManager s)
Specified by:
initialize in interface IReservationEventHandler

onClose

public void onClose(IReservation r)
Specified by:
onClose in interface IReservationEventHandler

onCloseComplete

public void onCloseComplete(IReservation r)
Specified by:
onCloseComplete in interface IReservationEventHandler

onExtendLease

public void onExtendLease(IReservation r)
Specified by:
onExtendLease in interface IReservationEventHandler

onExtendLeaseComplete

public void onExtendLeaseComplete(IReservation r)
Specified by:
onExtendLeaseComplete in interface IReservationEventHandler

onBeforeExtendTicket

public void onBeforeExtendTicket(IReservation r)
Specified by:
onBeforeExtendTicket in interface IReservationEventHandler

onExtendTicket

public void onExtendTicket(IReservation r)
Specified by:
onExtendTicket in interface IReservationEventHandler

onExtendTicketComplete

public void onExtendTicketComplete(IReservation r)
Specified by:
onExtendTicketComplete in interface IReservationEventHandler

onLease

public void onLease(IReservation r)
Specified by:
onLease in interface IReservationEventHandler

onLeaseComplete

public void onLeaseComplete(IReservation r)
Specified by:
onLeaseComplete in interface IReservationEventHandler

onTicket

public void onTicket(IReservation r)
Specified by:
onTicket in interface IReservationEventHandler

onTicketComplete

public void onTicketComplete(IReservation r)
Specified by:
onTicketComplete in interface IReservationEventHandler


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