Interface Terminal

All Known Subinterfaces:
GeometricObject, SequenceTerminal

public interface Terminal
extends Paintable

All the objects who want to be NonTerminal must implement this interface.


Method Summary
 long getTimeStamp()
          Returns the time stamp of the current Terminal
 void setTimeStamp(long time_stamp)
          Sets the time stamp of the current Terminal
 
Methods inherited from interface Paintable
getType, paint, paint, paintOriginal, setGraphicsContext
 

Method Detail

setTimeStamp

public void setTimeStamp(long time_stamp)
Sets the time stamp of the current Terminal

getTimeStamp

public long getTimeStamp()
Returns the time stamp of the current Terminal