public interface StdOutSimQueueWithGateListener<J extends SimJob,Q extends SimQueueWithGate> extends SimQueueWithGateListener<J,Q>
SimQueueWithGateListener logging events on System.out.
This "class" is implemented as an interface with only default methods, allowing multiple inheritance of implementation.
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 |
|---|---|
default 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, notifyUpdatedefault void notifyNewGateStatus(double time,
Q queue,
boolean open)
SimQueueWithGateListenerSimQueueWithGate.notifyNewGateStatus in interface SimQueueWithGateListener<J extends SimJob,Q extends 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.