Serialized Form


Package nl.tudelft.simulation.event

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

Serialized Fields

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

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

Serialization Methods

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

map

Map<K,V> map
the hasMap we map on

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

Serialization Methods

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

listeners

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

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

Serialized Fields

value

int value
value is the flag number


name

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 Object implements Serializable

Serialization Methods

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

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

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


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

Class nl.tudelft.simulation.event.remote.RemoteEventProducer_Stub extends 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

Iterator<E> parent
our parent iterator

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

Serialized Fields

parent

Collection<E> parent
the parent collection

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

Serialized Fields

parent

List<E> parent
the parent list

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

Serialized Fields

parent

Map<K,V> parent
the parent map

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

Serialized Fields

parent

Set<E> parent
the parent set



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