Java Globus API: Interface GaraReservationListener

org.globus.gara
Interface GaraReservationListener


public interface GaraReservationListener

This interface is used to allow GaraReservation objects to be monitored for status changes.

See Also:
GaraReservationStatus

Method Summary
 void statusChanged(GaraReservation reservation, GaraReservationStatus status)
          This method is used to notify the implementer when the state of a GaraReservation has changed.
 

Method Detail

statusChanged

public void statusChanged(GaraReservation reservation,
                          GaraReservationStatus status)
This method is used to notify the implementer when the state of a GaraReservation has changed.
Parameters:
reservation - The GaraReservation whose state has changed.
status - The GaraReservationStatus of the reservation.