nl.tudelft.simulation.examples.dsol.timesharedcomputer
Class Computer.ExitCounter
java.lang.Object
nl.tudelft.simulation.event.EventProducer
nl.tudelft.simulation.jstats.statistics.StatisticsObject
nl.tudelft.simulation.jstats.statistics.Counter
nl.tudelft.simulation.dsol.statistics.Counter
nl.tudelft.simulation.examples.dsol.timesharedcomputer.Computer.ExitCounter
- All Implemented Interfaces:
- Serializable, EventListener, EventListenerInterface, EventProducerInterface, Swingable
- Enclosing class:
- Computer
public class Computer.ExitCounter
- extends Counter
A counter which stops after a predifined number of jobs
- See Also:
- Serialized Form
Methods inherited from class nl.tudelft.simulation.event.EventProducer |
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getEventTypes, removeAllListeners, removeAllListeners, removeListener |
Computer.ExitCounter
public Computer.ExitCounter(String description,
SimulatorInterface simulator)
throws RemoteException
- constructs a new ExitCounter
- Parameters:
description
- the description of the countersimulator
- the simulator
- Throws:
RemoteException
- on network failure
notify
public void notify(EventInterface event)
- Specified by:
notify
in interface EventListenerInterface
- Overrides:
notify
in class Counter
- See Also:
#notify(nl.tudelft.simulation.event.EventInterface)
Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.