Interface RemoteEventContextInterface
-
- All Superinterfaces:
ContextInterface,EventContext,EventContextInterface,EventProducer,Remote,RemoteContextInterface,Serializable
- All Known Implementing Classes:
RemoteEventContext
public interface RemoteEventContextInterface extends EventProducer, EventContext, RemoteContextInterface, Remote
RemoteEventContextInterface.java.Copyright (c) 2020-2023 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://simulation.tudelft.nl. The DSOL project is distributed under a three-clause BSD-style license, which can be found at https://https://simulation.tudelft.nl/dsol/docs/latest/license.html.
- Author:
- Alexander Verbraeck
-
-
Field Summary
-
Fields inherited from interface nl.tudelft.simulation.naming.context.ContextInterface
OBJECT_ADDED_EVENT, OBJECT_CHANGED_EVENT, OBJECT_REMOVED_EVENT, REPLACE_SEPARATOR, ROOT, SEPARATOR
-
Fields inherited from interface org.djutils.event.EventProducer
FIRST_POSITION, LAST_POSITION
-
-
Method Summary
-
Methods inherited from interface nl.tudelft.simulation.naming.context.ContextInterface
bind, bindings, bindObject, bindObject, checkCircular, close, createSubcontext, destroySubcontext, exists, fireObjectChangedEventKey, fireObjectChangedEventValue, get, getAbsolutePath, getAtomicName, getObject, getParent, getRootContext, hasKey, hasObject, isEmpty, keySet, rebind, rebindObject, rename, toString, unbind, unbindObject, values
-
Methods inherited from interface nl.tudelft.simulation.naming.context.event.EventContextInterface
addListener, addListener, addListener, addListener, removeListener
-
Methods inherited from interface org.djutils.event.EventProducer
addListener, addListener, addListener, addListener, fireEvent, fireEvent, fireEvent, fireTimedEvent, fireTimedEvent, fireTimedEvent, fireUnverifiedEvent, fireUnverifiedEvent, fireUnverifiedTimedEvent, fireUnverifiedTimedEvent, getEventListenerMap, getEventTypesWithListeners, getListenerReferences, hasListeners, numberOfListeners, removeAllListeners, removeAllListeners, removeListener
-
-