Serialized Form
|
Package nl.tudelft.simulation.event |
type
EventType type
- type is the type of the event
content
java.lang.Object content
- content refers to the content of the event
source
java.lang.Object source
- the source of an event
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException
- reads a serializable method from stream
- Throws:
java.io.IOException - on IOException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- writes a serializable method to stream
- Throws:
java.io.IOException - on IOException
listeners
java.util.Map listeners
- listeners is the collection of interested listeners
semaphore
java.lang.Object semaphore
- the semaphore used to lock on while performing thread sensitive
operations
cache
EventType[] cache
- the cache to prevent continuous reflection
value
int value
- value is the flag number
name
java.lang.String name
- name refers to the name of the eventType
timeStamp
double timeStamp
- timeStamp refers to the time stamp of the event
|
Package nl.tudelft.simulation.event.ref |
referent
java.lang.Object referent
- the referent
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException
- reads a serializable method from stream
- Throws:
java.io.IOException - on IOException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- writes a serializable method to stream
- Throws:
java.io.IOException - on IOException
reference
java.lang.ref.WeakReference reference
- the reference
|
Package nl.tudelft.simulation.event.remote |
|
Package nl.tudelft.simulation.event.util |
parent
java.util.Iterator parent
- our parent iterator
parent
java.util.Collection parent
- the parent collection
parent
java.util.List parent
- the parent list
parent
java.util.Map parent
- the parent map
parent
java.util.Set parent
- the parent set
Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.