| Modifier and Type | Method and Description | 
|---|---|
| Event | copy()Makes a copy of an event | 
| short | getID()Retrieve an events id | 
| int | getTime()Retrieve an events time | 
| void | print()Print this events data in a System.out.println format | 
| int | read(java.io.DataInputStream dis)read in event data from disk | 
| void | setTime(int time)Set an events time | 
| int | write(java.io.DataOutputStream dos)write out event data to disk | 
int getTime()
void setTime(int time)
short getID()
Event copy() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionvoid print()
int write(java.io.DataOutputStream dos)
          throws java.io.IOException
java.io.IOExceptionint read(java.io.DataInputStream dis)
         throws java.io.IOException
java.io.IOException