|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcdx.scorebot.util.Event
public abstract class Event
generic Event class which keeps a timestamp of when it was created
| Constructor Summary | |
|---|---|
Event()
default constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getFilename()
gets where the filename is saved or null if unknown or nowhere |
Timestamp |
getTimeGenerated()
gets when the event was generated |
abstract Timestamp |
getTimeReported()
gets the time the event was reported |
boolean |
isReported()
whether or not this ScoreEvent has been reported or is available in the basic output |
void |
setFilename(java.lang.String filename)
sets where the filename is saved or null if unknown or nowhere |
void |
setTimeGenerated(Timestamp timeGenerated)
sets when the event was generated |
abstract void |
setTimeReported(Timestamp time)
sets the time the event was reported |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Event()
| Method Detail |
|---|
public Timestamp getTimeGenerated()
public void setTimeGenerated(Timestamp timeGenerated)
public final boolean isReported()
public abstract Timestamp getTimeReported()
public abstract void setTimeReported(Timestamp time)
public java.lang.String getFilename()
public void setFilename(java.lang.String filename)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||