com.azalient.api.b.parking
Interface IParkingListener
public interface IParkingListener
A parking listener is notified of parking events on a parking lane - bay becoming occupied, bay becoming unoccupied
parkingEvent
void parkingEvent(IParkingListener.ParkingEvent event,
IParkingLane parkingLane,
int delta)
- This is called when one or more bays change state from occupied to unoccupied or vice-versa
- Parameters:
event - the type of the eventparkingLane - the lane on which the event(s) occurreddelta - the number of bays which changed state