public interface SimQueueWithGateListener<J extends SimJob,Q extends SimQueue> extends SimQueueListener<J,Q>
SimQueueWithGate.Copyright (C) 2005-2017 Jan de Jongh, TNO
This file is covered by the LICENSE file in the root of this project.
| Modifier and Type | Method and Description |
|---|---|
void |
notifyNewGateStatus(double time,
Q queue,
boolean open)
Notification of a change of in status (in terms of open/close) of the gate of a
SimQueueWithGate. |
notifyNewStartArmed, notifyOutOfServerAccessCredits, notifyRegainedServerAccessCredits, notifyStartQueueAccessVacation, notifyStopQueueAccessVacationnotifyArrival, notifyAutoRevocation, notifyDeparture, notifyDrop, notifyRevocation, notifyStartnotifyResetEntity, notifyStateChanged, notifyUpdatevoid notifyNewGateStatus(double time,
Q queue,
boolean open)
SimQueueWithGate.time - The (current) time.queue - The queue.open - Whether the gate opened (true) or closed (false).SimQueueWithGate.setGatePassageCredits(double, int)Copyright © 2018. All rights reserved.