A C E F G H I K L N O P R S T V W 

A

add(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingCollection
 
add(int, Object) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
add(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
add(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingSet
 
addAll(Collection) - Method in class nl.tudelft.simulation.event.util.EventProducingCollection
 
addAll(Collection) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
addAll(int, Collection) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
addAll(Collection) - Method in class nl.tudelft.simulation.event.util.EventProducingSet
 
addListener(EventListenerInterface, EventType) - Method in class nl.tudelft.simulation.event.EventProducer
adds the listener as weak reference to the listener.
addListener(EventListenerInterface, EventType, boolean) - Method in class nl.tudelft.simulation.event.EventProducer
 
addListener(EventListenerInterface, EventType, short) - Method in class nl.tudelft.simulation.event.EventProducer
adds the listener as weak reference to the listener.
addListener(EventListenerInterface, EventType, short, boolean) - Method in class nl.tudelft.simulation.event.EventProducer
 
addListener(EventListenerInterface, EventType) - Method in interface nl.tudelft.simulation.event.EventProducerInterface
adds a listener as strong reference to the BEGINNING of a queue of listeners.
addListener(EventListenerInterface, EventType, boolean) - Method in interface nl.tudelft.simulation.event.EventProducerInterface
adds a listener to the BEGINNING of a queue of listeners.
addListener(EventListenerInterface, EventType, short) - Method in interface nl.tudelft.simulation.event.EventProducerInterface
adds a listener as strong reference to the specified position of a queue of listeners.
addListener(EventListenerInterface, EventType, short, boolean) - Method in interface nl.tudelft.simulation.event.EventProducerInterface
adds a listener to the specified position of a queue of listeners.

C

clear() - Method in class nl.tudelft.simulation.event.EventListenerMap
 
clear() - Method in class nl.tudelft.simulation.event.util.EventProducingCollection
 
clear() - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
clear() - Method in class nl.tudelft.simulation.event.util.EventProducingMap
 
clear() - Method in class nl.tudelft.simulation.event.util.EventProducingSet
 
contains(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingCollection
 
contains(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
contains(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingSet
 
containsAll(Collection) - Method in class nl.tudelft.simulation.event.util.EventProducingCollection
 
containsAll(Collection) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
containsAll(Collection) - Method in class nl.tudelft.simulation.event.util.EventProducingSet
 
containsKey(Object) - Method in class nl.tudelft.simulation.event.EventListenerMap
 
containsKey(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingMap
 
containsValue(Object) - Method in class nl.tudelft.simulation.event.EventListenerMap
 
containsValue(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingMap
 
content - Variable in class nl.tudelft.simulation.event.Event
content refers to the content of the event

E

entrySet() - Method in class nl.tudelft.simulation.event.EventListenerMap
 
entrySet() - Method in class nl.tudelft.simulation.event.util.EventProducingMap
 
equals(Object) - Method in class nl.tudelft.simulation.event.EventType
 
Event - Class in nl.tudelft.simulation.event
The Event class forms the reference implementation for the EventInterface.
Event(EventType, Object, Object) - Constructor for class nl.tudelft.simulation.event.Event
constructs a new Event.
EventInterface - Interface in nl.tudelft.simulation.event
The EventInterface defines the interface for all events in the event project.
EventIterator - Class in nl.tudelft.simulation.event.util
The Event producing iterator provides a set to which one can subscribe interest in entry changes.
EventIterator(Iterator) - Constructor for class nl.tudelft.simulation.event.util.EventIterator
constructs a new Iterator.
EventListenerInterface - Interface in nl.tudelft.simulation.event
The EventListenerInterface creates a callback method for publishers to inform their clients.
EventListenerMap - Class in nl.tudelft.simulation.event
The specifies
EventListenerMap() - Constructor for class nl.tudelft.simulation.event.EventListenerMap
constructs a new EventListenerMap
EventProducer - Class in nl.tudelft.simulation.event
The EventProducer forms the reference implementation of the EventProducerInterface.
EventProducer() - Constructor for class nl.tudelft.simulation.event.EventProducer
constructs a new EventProducer and checks for double values in events
EventProducerInterface - Interface in nl.tudelft.simulation.event
The EventProducerInterface defines the registration operations of an eventproducer.
EventProducingCollection - Class in nl.tudelft.simulation.event.util
The Event producing collection provides a set to which one can subscribe interest in entry changes.
EventProducingCollection(Collection) - Constructor for class nl.tudelft.simulation.event.util.EventProducingCollection
constructs a new EventProducingList.
EventProducingList - Class in nl.tudelft.simulation.event.util
The Event producing list provides a list to which one can subscribe interest in entry changes.
EventProducingList(List) - Constructor for class nl.tudelft.simulation.event.util.EventProducingList
constructs a new EventProducingList.
EventProducingMap - Class in nl.tudelft.simulation.event.util
The Event producing map provides a map to which one can subscribe interest in entry changes.
EventProducingMap(Map) - Constructor for class nl.tudelft.simulation.event.util.EventProducingMap
constructs a new EventProducingMap.
EventProducingSet - Class in nl.tudelft.simulation.event.util
The Event producing set provides a set to which one can subscribe interest in entry changes.
EventProducingSet(Set) - Constructor for class nl.tudelft.simulation.event.util.EventProducingSet
constructs a new EventProducingList.
EventType - Class in nl.tudelft.simulation.event
The EventType is a masker used for the subscription to asynchronous events.
EventType(String) - Constructor for class nl.tudelft.simulation.event.EventType
constructs a new EventType.

F

fireEvent(EventListenerInterface, EventInterface) - Method in class nl.tudelft.simulation.event.EventProducer
fires the event to the listener.
fireEvent(EventInterface) - Method in class nl.tudelft.simulation.event.EventProducer
fires an event to subscribed listeners.
fireEvent(EventType, byte) - Method in class nl.tudelft.simulation.event.EventProducer
fires a byte value to subscribed listeners subscribed to eventType.
fireEvent(EventType, boolean) - Method in class nl.tudelft.simulation.event.EventProducer
fires a boolean value to subscribed listeners subscribed to eventType.
fireEvent(EventType, byte, double) - Method in class nl.tudelft.simulation.event.EventProducer
fires a byte value to subscribed listeners subscribed to eventType.
fireEvent(EventType, boolean, double) - Method in class nl.tudelft.simulation.event.EventProducer
fires a boolean value to subscribed listeners subscribed to eventType.
fireEvent(EventType, double) - Method in class nl.tudelft.simulation.event.EventProducer
fires a double value to subscribed listeners subscribed to eventType.
fireEvent(EventType, double, double) - Method in class nl.tudelft.simulation.event.EventProducer
fires a double value to subscribed listeners subscribed to eventType.
fireEvent(EventType, int) - Method in class nl.tudelft.simulation.event.EventProducer
fires an integer value to subscribed listeners subscribed to eventType.
fireEvent(EventType, int, double) - Method in class nl.tudelft.simulation.event.EventProducer
fires an integer value to subscribed listeners subscribed to eventType.
fireEvent(EventType, long) - Method in class nl.tudelft.simulation.event.EventProducer
fires a long value to subscribed listeners subscribed to eventType.
fireEvent(EventType, long, double) - Method in class nl.tudelft.simulation.event.EventProducer
fires a long value to subscribed listeners subscribed to eventType.
fireEvent(EventType, Object) - Method in class nl.tudelft.simulation.event.EventProducer
fires a value to subscribed listeners subscribed to eventType.
fireEvent(EventType, Object, double) - Method in class nl.tudelft.simulation.event.EventProducer
fires a Serializable value to subscribed listeners subscribed to eventType.
fireEvent(EventType, short) - Method in class nl.tudelft.simulation.event.EventProducer
fires a short value to subscribed listeners subscribed to eventType.
fireEvent(EventType, short, double) - Method in class nl.tudelft.simulation.event.EventProducer
fires a short value to subscribed listeners subscribed to eventType.
FIRST_POSITION - Static variable in interface nl.tudelft.simulation.event.EventProducerInterface
The FIRST_POSITION in the queue

G

get(Object) - Method in class nl.tudelft.simulation.event.EventListenerMap
 
get() - Method in class nl.tudelft.simulation.event.ref.Reference
Returns this reference object's referent.
get() - Method in class nl.tudelft.simulation.event.ref.StrongReference
 
get() - Method in class nl.tudelft.simulation.event.ref.WeakReference
 
get(int) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
get(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingMap
 
getContent() - Method in class nl.tudelft.simulation.event.Event
 
getContent() - Method in interface nl.tudelft.simulation.event.EventInterface
returns the content of this event.
getEventTypes() - Method in class nl.tudelft.simulation.event.EventProducer
 
getEventTypes() - Method in interface nl.tudelft.simulation.event.EventProducerInterface
returns all the eventTypes for which a listener can subscribe.
getSource() - Method in class nl.tudelft.simulation.event.Event
 
getSource() - Method in interface nl.tudelft.simulation.event.EventInterface
returns the source of the event.
getTimeStamp() - Method in class nl.tudelft.simulation.event.TimedEvent
returns the timeStamp of this event.
getType() - Method in class nl.tudelft.simulation.event.Event
 
getType() - Method in interface nl.tudelft.simulation.event.EventInterface
returns the type of the event.

H

hashCode() - Method in class nl.tudelft.simulation.event.EventType
Returns a hash code for the name of the this eventType.
hasNext() - Method in class nl.tudelft.simulation.event.util.EventIterator
 

I

indexOf(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
isEmpty() - Method in class nl.tudelft.simulation.event.EventListenerMap
 
isEmpty() - Method in class nl.tudelft.simulation.event.util.EventProducingCollection
 
isEmpty() - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
isEmpty() - Method in class nl.tudelft.simulation.event.util.EventProducingMap
 
isEmpty() - Method in class nl.tudelft.simulation.event.util.EventProducingSet
 
iterator() - Method in class nl.tudelft.simulation.event.util.EventProducingCollection
 
iterator() - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
iterator() - Method in class nl.tudelft.simulation.event.util.EventProducingSet
 

K

keySet() - Method in class nl.tudelft.simulation.event.EventListenerMap
 
keySet() - Method in class nl.tudelft.simulation.event.util.EventProducingMap
 

L

LAST_POSITION - Static variable in interface nl.tudelft.simulation.event.EventProducerInterface
The LAST_POSITION in the queue
lastIndexOf(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
listeners - Variable in class nl.tudelft.simulation.event.EventProducer
listeners is the collection of interested listeners
listIterator() - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
listIterator(int) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 

N

next() - Method in class nl.tudelft.simulation.event.util.EventIterator
 
nl.tudelft.simulation.event - package nl.tudelft.simulation.event
Provides classes and interfaces for asynchronous communication.
nl.tudelft.simulation.event.ref - package nl.tudelft.simulation.event.ref
Provides classes and interface which for interface based access to Java's reference classes.
nl.tudelft.simulation.event.remote - package nl.tudelft.simulation.event.remote
 
nl.tudelft.simulation.event.util - package nl.tudelft.simulation.event.util
Provides an extension to Java's collection library.
notify(EventInterface) - Method in interface nl.tudelft.simulation.event.EventListenerInterface
notifies the eventlistener of an event.
notify(EventInterface) - Method in class nl.tudelft.simulation.event.remote.RemoteEventListener
 

O

OBJECT_ADDED_EVENT - Static variable in class nl.tudelft.simulation.event.util.EventProducingCollection
OBJECT_ADDED_EVENT is fired on new entries
OBJECT_ADDED_EVENT - Static variable in class nl.tudelft.simulation.event.util.EventProducingList
OBJECT_ADDED_EVENT is fired on new entries
OBJECT_ADDED_EVENT - Static variable in class nl.tudelft.simulation.event.util.EventProducingMap
OBJECT_ADDED_EVENT is fired on new entries
OBJECT_ADDED_EVENT - Static variable in class nl.tudelft.simulation.event.util.EventProducingSet
OBJECT_ADDED_EVENT is fired on new entries
OBJECT_REMOVED_EVENT - Static variable in class nl.tudelft.simulation.event.util.EventIterator
OBJECT_REMOVED_EVENT is fired on removel of entries
OBJECT_REMOVED_EVENT - Static variable in class nl.tudelft.simulation.event.util.EventProducingCollection
OBJECT_REMOVED_EVENT is fired on removel of entries
OBJECT_REMOVED_EVENT - Static variable in class nl.tudelft.simulation.event.util.EventProducingList
OBJECT_REMOVED_EVENT is fired on removel of entries
OBJECT_REMOVED_EVENT - Static variable in class nl.tudelft.simulation.event.util.EventProducingMap
OBJECT_REMOVED_EVENT is fired on removel of entries
OBJECT_REMOVED_EVENT - Static variable in class nl.tudelft.simulation.event.util.EventProducingSet
OBJECT_REMOVED_EVENT is fired on removel of entries

P

put(Object, Object) - Method in class nl.tudelft.simulation.event.EventListenerMap
 
put(Object, Object) - Method in class nl.tudelft.simulation.event.util.EventProducingMap
 
putAll(Map) - Method in class nl.tudelft.simulation.event.EventListenerMap
 
putAll(Map) - Method in class nl.tudelft.simulation.event.util.EventProducingMap
 

R

Reference - Class in nl.tudelft.simulation.event.ref
A Reference interface defining the indirect pointer access to an object.
Reference() - Constructor for class nl.tudelft.simulation.event.ref.Reference
 
RemoteEventListener - Class in nl.tudelft.simulation.event.remote
The RemoteEventListener class embodies a remoteEventListener.
RemoteEventListener(EventListenerInterface) - Constructor for class nl.tudelft.simulation.event.remote.RemoteEventListener
Constructs a new RemoteListener.
RemoteEventListenerInterface - Interface in nl.tudelft.simulation.event.remote
The RemoteEventListenerInterface provides a remote implementation of the EventListenerInterface.
RemoteEventProducer - Class in nl.tudelft.simulation.event.remote
The RemoteEventProducer provides a remote implementation of the eventProducer.
RemoteEventProducer() - Constructor for class nl.tudelft.simulation.event.remote.RemoteEventProducer
Constructs a new RemoteEventProducer.
RemoteEventProducerInterface - Interface in nl.tudelft.simulation.event.remote
The RemoteEventProducerInterface provides a remote implementation of the EventProducerInterface.
remove(Object) - Method in class nl.tudelft.simulation.event.EventListenerMap
 
remove() - Method in class nl.tudelft.simulation.event.util.EventIterator
 
remove(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingCollection
 
remove(int) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
remove(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
remove(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingMap
 
remove(Object) - Method in class nl.tudelft.simulation.event.util.EventProducingSet
 
removeAll(Collection) - Method in class nl.tudelft.simulation.event.util.EventProducingCollection
 
removeAll(Collection) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
removeAll(Collection) - Method in class nl.tudelft.simulation.event.util.EventProducingSet
 
removeAllListeners() - Method in class nl.tudelft.simulation.event.EventProducer
removes all the listeners from the producer.
removeAllListeners(Class) - Method in class nl.tudelft.simulation.event.EventProducer
removes all the listeners of a class.
removeListener(EventListenerInterface, EventType) - Method in class nl.tudelft.simulation.event.EventProducer
 
removeListener(EventListenerInterface, EventType) - Method in interface nl.tudelft.simulation.event.EventProducerInterface
removes the subscription of a listener for a specific event.
retainAll(Collection) - Method in class nl.tudelft.simulation.event.util.EventProducingCollection
 
retainAll(Collection) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
retainAll(Collection) - Method in class nl.tudelft.simulation.event.util.EventProducingSet
 

S

set(Object) - Method in class nl.tudelft.simulation.event.ref.Reference
sets the value of the reference
set(Object) - Method in class nl.tudelft.simulation.event.ref.StrongReference
 
set(Object) - Method in class nl.tudelft.simulation.event.ref.WeakReference
 
set(int, Object) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
size() - Method in class nl.tudelft.simulation.event.EventListenerMap
 
size() - Method in class nl.tudelft.simulation.event.util.EventProducingCollection
 
size() - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
size() - Method in class nl.tudelft.simulation.event.util.EventProducingMap
 
size() - Method in class nl.tudelft.simulation.event.util.EventProducingSet
 
source - Variable in class nl.tudelft.simulation.event.Event
the source of an event
StrongReference - Class in nl.tudelft.simulation.event.ref
A StrongReference class represents a normal pointer relation to a reference.
StrongReference(Object) - Constructor for class nl.tudelft.simulation.event.ref.StrongReference
Creates a new strong reference that refers to the given object.
subList(int, int) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 

T

TimedEvent - Class in nl.tudelft.simulation.event
The TimedEvent is the reference implementation for a timed event.
TimedEvent(EventType, Object, Object, double) - Constructor for class nl.tudelft.simulation.event.TimedEvent
constructs a new timed event.
toArray() - Method in class nl.tudelft.simulation.event.util.EventProducingCollection
 
toArray(Object[]) - Method in class nl.tudelft.simulation.event.util.EventProducingCollection
 
toArray() - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
toArray(Object[]) - Method in class nl.tudelft.simulation.event.util.EventProducingList
 
toArray() - Method in class nl.tudelft.simulation.event.util.EventProducingSet
 
toArray(Object[]) - Method in class nl.tudelft.simulation.event.util.EventProducingSet
 
toString() - Method in class nl.tudelft.simulation.event.Event
 
toString() - Method in class nl.tudelft.simulation.event.EventType
 
toString() - Method in class nl.tudelft.simulation.event.TimedEvent
 
type - Variable in class nl.tudelft.simulation.event.Event
type is the type of the event

V

values() - Method in class nl.tudelft.simulation.event.EventListenerMap
 
values() - Method in class nl.tudelft.simulation.event.util.EventProducingMap
 

W

WeakReference - Class in nl.tudelft.simulation.event.ref
A WeakReference.
WeakReference(Object) - Constructor for class nl.tudelft.simulation.event.ref.WeakReference
Creates a new weak reference that refers to the given object.
A C E F G H I K L N O P R S T V W 

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