com.azalient.api.event.ui
Interface PushButtonListener


public interface PushButtonListener

A listener for push-button events, triggered by pedestrians arriving at a crossing


Method Summary
 void buttonCleared(ICrossing c)
          This is fired when the control system clears the "request-to-cross" button
 void buttonPushed(ICrossing c)
          This is fired when a pedestrian arrives at a crossing and pushes the "request-to-cross" button
 

Method Detail

buttonPushed

void buttonPushed(ICrossing c)
This is fired when a pedestrian arrives at a crossing and pushes the "request-to-cross" button


buttonCleared

void buttonCleared(ICrossing c)
This is fired when the control system clears the "request-to-cross" button