public abstract class TimeStampedObject extends Object
Constructor and Description |
---|
TimeStampedObject(IEnvironment environment) |
Modifier and Type | Method and Description |
---|---|
IEnvironment |
getEnvironment() |
int |
getTimeStamp() |
boolean |
needReset() |
void |
resetStamp()
sets the current time stamp of the object to the time stamp of the environment
|
public TimeStampedObject(IEnvironment environment)
public final IEnvironment getEnvironment()
public int getTimeStamp()
public final boolean needReset()
public final void resetStamp()
Copyright © 2017. All rights reserved.