orca.shirako.api
Interface IReservationEventHandler
- All Known Implementing Classes:
- EventHandler, JawsController.JawsEventHandler, SgeController.SgeEventHandler
public interface IReservationEventHandler
IReservationEventHandler makes it possible to subscribe for
event notification when certain reservation events take place.
Note:This interface is still immature and may change in the future.
initialize
void initialize(IServiceManager s)
onTicket
void onTicket(IReservation r)
onTicketComplete
void onTicketComplete(IReservation r)
onBeforeExtendTicket
void onBeforeExtendTicket(IReservation r)
onExtendTicket
void onExtendTicket(IReservation r)
onExtendTicketComplete
void onExtendTicketComplete(IReservation r)
onLease
void onLease(IReservation r)
onLeaseComplete
void onLeaseComplete(IReservation r)
onExtendLease
void onExtendLease(IReservation r)
onExtendLeaseComplete
void onExtendLeaseComplete(IReservation r)
onClose
void onClose(IReservation r)
onCloseComplete
void onCloseComplete(IReservation r)
Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.