Package nl.tudelft.simulation.naming.context.event
The naming.context.event package contains specific classes for contexts that can notify listeners about changes in the
context tree or in its objects, based on a provided scope.
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
-
Interface Summary Interface Description EventContext EventContext is the tagging interface combining the ContextInterface, EventContextInterface, and EventProducer.EventContextInterface EventContextInterface specifies the subscription methods for a part of the context tree.RemoteEventContextInterface RemoteEventContextInterface.java. -
Class Summary Class Description ContextEventProducerImpl ContextEventProducerImpl carries out the implementation for the EventContext classes.InitialEventContext InitialEventContext class.RemoteEventContext RemoteEventContext.java. -
Enum Summary Enum Description ContextScope ContextScope defines the area of interest for a Listener for the EventContextInterface.