org.gscg.common.interactionlayer.timecontrol
Class CurrentRowOrColumnNumber
java.lang.Object
org.gscg.common.interactionlayer.timecontrol.CurrentRowOrColumnNumber
- All Implemented Interfaces:
- AnnounceInterface, java.io.Serializable
- public class CurrentRowOrColumnNumber
- extends java.lang.Object
- implements AnnounceInterface, java.io.Serializable
The CurrentRowOrColumnNumber calculates the row or column which should be
selected according to the time in the simulation.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX
Delft, the Netherlands. All rights reserved.
See for project information
www.simulation.tudelft.nl .
The source code and binary code of this software is proprietary information
of Delft University of Technology.
- Since:
- 1.0.0
- Version:
- $Revision: 1.2 $ $Date: 2005/08/09 15:43:42 $
- Author:
- Stijn-Pieter
van Houten
- See Also:
- Serialized Form
Constructor Summary |
CurrentRowOrColumnNumber(nl.tudelft.simulation.event.EventListenerInterface owner)
constructs a new CurrentRowOrColumnNumber |
Method Summary |
void |
announce(nl.tudelft.simulation.event.EventType eventType,
boolean announce)
Method announce. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrentRowOrColumnNumber
public CurrentRowOrColumnNumber(nl.tudelft.simulation.event.EventListenerInterface owner)
- constructs a new CurrentRowOrColumnNumber
- Parameters:
owner
- the owner
announce
public void announce(nl.tudelft.simulation.event.EventType eventType,
boolean announce)
- Description copied from interface:
AnnounceInterface
- Method announce.
- Specified by:
announce
in interface AnnounceInterface
- Parameters:
eventType
- the eventTypeannounce
- indicates whether this is an announce- See Also:
AnnounceInterface.announce(nl.tudelft.simulation.event.EventType,
boolean)
Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.