orca.shirako.core
Class EventHandler
java.lang.Object
orca.shirako.core.EventHandler
- All Implemented Interfaces:
- IReservationEventHandler
- Direct Known Subclasses:
- JawsController.JawsEventHandler, SgeController.SgeEventHandler
public class EventHandler
- extends java.lang.Object
- implements IReservationEventHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sm
protected IServiceManager sm
EventHandler
public EventHandler()
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.