com.azalient.api.event.agent
Interface AgentEventWalkway

All Known Subinterfaces:
IPersonRouter

public interface AgentEventWalkway

A listener that is notified when a person leaves or joins a walkway


Method Summary
 void walkway(IPerson person, IWalkway walkA, ICourse connection, IWalkway walkB, boolean leavingA)
          This is called when a person transfers off a walkway
 

Method Detail

walkway

void walkway(IPerson person,
             IWalkway walkA,
             ICourse connection,
             IWalkway walkB,
             boolean leavingA)
This is called when a person transfers off a walkway

Parameters:
person - The person transferring
walkA - The walkway the person has just left. This may be null, if the person is coming from a stand or a parkign lane
connection - The connection a person has just joined
walkB - The next walkway, which may be null, if the connection goes to a stand or a parking lane
leavingA - Returns true if the person is leaving walkA