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,
java.lang.ClassNotFoundException
- reads a serializable method from stream
- Throws:
java.io.IOException - on IOException
java.lang.ClassNotFoundException - on ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- writes a serializable method to stream
- Throws:
java.io.IOException - on IOException
map
java.util.Map<K,V> map
- the hasMap we map on
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- reads a serializable method from stream
- Throws:
java.io.IOException - on IOException
java.lang.ClassNotFoundException
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<K,V> listeners
- listeners is the collection of interested listeners
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 |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- reads a serializable method from stream
- Throws:
java.io.IOException - on IOException
java.lang.ClassNotFoundException - on ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- writes a serializable method to stream
- Throws:
java.io.IOException - on IOException
|
Package nl.tudelft.simulation.event.remote |
|
Class nl.tudelft.simulation.event.remote.RemoteEventListener_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2L
|
Class nl.tudelft.simulation.event.remote.RemoteEventProducer_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2L
|
Package nl.tudelft.simulation.event.util |
parent
java.util.Iterator<E> parent
- our parent iterator
parent
java.util.Collection<E> parent
- the parent collection
parent
java.util.List<E> parent
- the parent list
parent
java.util.Map<K,V> parent
- the parent map
parent
java.util.Set<E> parent
- the parent set
Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.