Serialized Form
Package nl.tudelft.simulation.event |
type
EventType type
- type is the type of the event
content
Object content
- content refers to the content of the event
source
Object source
- the source of an event
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- reads a serializable method from stream
- Throws:
IOException
- on IOException
ClassNotFoundException
- on ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- writes a serializable method to stream
- Throws:
IOException
- on IOException
map
Map<K,V> map
- the hasMap we map on
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- reads a serializable method from stream
- Throws:
IOException
- on IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- writes a serializable method to stream
- Throws:
IOException
- on IOException
listeners
Map<K,V> listeners
- listeners is the collection of interested listeners
value
int value
- value is the flag number
name
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 |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- reads a serializable method from stream
- Throws:
IOException
- on IOException
ClassNotFoundException
- on ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- writes a serializable method to stream
- Throws:
IOException
- on IOException
Package nl.tudelft.simulation.event.remote |
Class nl.tudelft.simulation.event.remote.RemoteEventListener_Stub extends RemoteStub implements Serializable |
serialVersionUID: 2L
Class nl.tudelft.simulation.event.remote.RemoteEventProducer_Stub extends RemoteStub implements Serializable |
serialVersionUID: 2L
Package nl.tudelft.simulation.event.util |
parent
Iterator<E> parent
- our parent iterator
parent
Collection<E> parent
- the parent collection
parent
List<E> parent
- the parent list
parent
Map<K,V> parent
- the parent map
parent
Set<E> parent
- the parent set
Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.