-
-
- serialVersionUID:
- 20200101L
-
Serialized Fields
-
file
File file
file links to the file.
-
class JvmContext extends org.djutils.event.LocalEventProducer implements
Serializable
- serialVersionUID:
- 20200101L
-
class RemoteContext extends org.djutils.rmi.RmiObject implements
Serializable
- serialVersionUID:
- 1L
-
class RemoteChangeEventProducer extends org.djutils.event.rmi.RmiEventProducer implements
Serializable
- serialVersionUID:
- 20200208L
-
-
class ContextEventProducerImpl extends org.djutils.event.LocalEventProducer implements
Serializable
- serialVersionUID:
- 20200209L
-
Serialized Fields
-
parent
EventContext parent
the EventContext for which we do the work.
-
regExpListenerMap
Map<String,ContextEventProducerImpl.PatternListener> regExpListenerMap
The registry for the listeners. The key of the map is made from the given path to listen followed by a hash sign and the
toString of the used ContextScope enum. String has a cached hash.
-
registryMap
Map<String,ContextEventProducerImpl.PatternListener> registryMap
The records for the scope listeners so we can find them back for removal. The key of the map is made from the given path
to listen followed by a hash sign and the toString of the used ContextScope enum. String has a cached hash.
-
- serialVersionUID:
- 20200210L
-
Serialized Fields
-
listener
org.djutils.event.EventListener listener
the event listener for this pattern.
-
pattern
Pattern pattern
the compiled regular expression pattern.
-
- serialVersionUID:
- 20200101L
-
Serialized Fields
-
contextEventProducerImpl
ContextEventProducerImpl contextEventProducerImpl
The event producer to which context events will be delegated for handling.
-
defaultInitCtx
ContextInterface defaultInitCtx
The initial context, usually built by a factory. It is set by getDefaultInitCtx() the first time getDefaultInitCtx() is
called. Subsequent invocations of getDefaultInitCtx() return the value of defaultInitCtx until close() is called.
-
gotDefault
boolean gotDefault
has the default context been generated?
-
properties
Hashtable<?,?> properties
the properties of the initialEventContext.
-
- serialVersionUID:
- 20200208L