|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteContextListenerInterface | |
---|---|
nl.tudelft.simulation.naming | Provides classes for a File and JVM implementation of Java's JNDI interfaces. |
nl.tudelft.simulation.naming.listener |
Uses of RemoteContextListenerInterface in nl.tudelft.simulation.naming |
---|
Methods in nl.tudelft.simulation.naming with parameters of type RemoteContextListenerInterface | |
---|---|
void |
RemoteContextInterface.addNamingListener(Name target,
int scope,
RemoteContextListenerInterface l)
Adds a listener for receiving naming events fired when the object(s) identified by a target and scope changes. |
void |
RemoteContext.addNamingListener(Name target,
int scope,
RemoteContextListenerInterface l)
|
void |
RemoteContextInterface.addNamingListener(String target,
int scope,
RemoteContextListenerInterface l)
Adds a listener for receiving naming events fired when the object named by the string target name and scope changes. |
void |
RemoteContext.addNamingListener(String target,
int scope,
RemoteContextListenerInterface l)
|
void |
RemoteContextInterface.removeNamingListener(RemoteContextListenerInterface l)
Removes a listener from receiving naming events fired by this EventContext. |
void |
RemoteContext.removeNamingListener(RemoteContextListenerInterface l)
|
Uses of RemoteContextListenerInterface in nl.tudelft.simulation.naming.listener |
---|
Classes in nl.tudelft.simulation.naming.listener that implement RemoteContextListenerInterface | |
---|---|
class |
RemoteContextListener
A RemoteContextListener. |
Constructors in nl.tudelft.simulation.naming.listener with parameters of type RemoteContextListenerInterface | |
---|---|
RemoteContextListenerClient(RemoteContextListenerInterface target)
constructs a new RemoteContextListenerClient |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |