Serialized Form


Package nl.tudelft.simulation.event

Class nl.tudelft.simulation.event.Event extends java.lang.Object implements Serializable

Serialized Fields

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

Class nl.tudelft.simulation.event.EventListenerMap extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

map

java.util.Map<K,V> map
the hasMap we map on

Class nl.tudelft.simulation.event.EventProducer extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

listeners

java.util.Map<K,V> listeners
listeners is the collection of interested listeners

Class nl.tudelft.simulation.event.EventType extends java.lang.Object implements Serializable

Serialized Fields

value

int value
value is the flag number


name

java.lang.String name
name refers to the name of the eventType

Class nl.tudelft.simulation.event.TimedEvent extends Event implements Serializable

Serialized Fields

timeStamp

double timeStamp
timeStamp refers to the time stamp of the event


Package nl.tudelft.simulation.event.ref

Class nl.tudelft.simulation.event.ref.Reference extends java.lang.Object implements Serializable

Serialization Methods

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

Class nl.tudelft.simulation.event.ref.StrongReference extends Reference<T> implements Serializable

Class nl.tudelft.simulation.event.ref.WeakReference extends Reference<T> implements Serializable


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 extends EventProducer implements Serializable

Class nl.tudelft.simulation.event.remote.RemoteEventProducer_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2L


Package nl.tudelft.simulation.event.util

Class nl.tudelft.simulation.event.util.EventIterator extends EventProducer implements Serializable

Serialized Fields

parent

java.util.Iterator<E> parent
our parent iterator

Class nl.tudelft.simulation.event.util.EventProducingCollection extends EventProducer implements Serializable

Serialized Fields

parent

java.util.Collection<E> parent
the parent collection

Class nl.tudelft.simulation.event.util.EventProducingList extends EventProducer implements Serializable

Serialized Fields

parent

java.util.List<E> parent
the parent list

Class nl.tudelft.simulation.event.util.EventProducingMap extends EventProducer implements Serializable

Serialized Fields

parent

java.util.Map<K,V> parent
the parent map

Class nl.tudelft.simulation.event.util.EventProducingSet extends EventProducer implements Serializable

Serialized Fields

parent

java.util.Set<E> parent
the parent set



Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.