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
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 transferringwalkA - The walkway the person has just left. This may be null, if the person is coming from a stand or a parkign laneconnection - The connection a person has just joinedwalkB - The next walkway, which may be null, if the connection goes to a stand or a parking laneleavingA - Returns true if the person is leaving walkA