| Methods in nl.tudelft.simulation.naming with parameters of type RemoteContextListenerInterface |
void |
RemoteContext_Stub.addNamingListener(java.lang.String $param_String_1,
int $param_int_2,
RemoteContextListenerInterface $param_RemoteContextListenerInterface_3)
|
void |
RemoteContext_Stub.addNamingListener(javax.naming.Name $param_Name_1,
int $param_int_2,
RemoteContextListenerInterface $param_RemoteContextListenerInterface_3)
|
void |
RemoteContext_Stub.removeNamingListener(RemoteContextListenerInterface $param_RemoteContextListenerInterface_1)
|
void |
RemoteContextInterface.addNamingListener(javax.naming.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 |
RemoteContextInterface.addNamingListener(java.lang.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 |
RemoteContextInterface.removeNamingListener(RemoteContextListenerInterface l)
Removes a listener from receiving naming events fired by this
EventContext. |
void |
RemoteContext.addNamingListener(javax.naming.Name target,
int scope,
RemoteContextListenerInterface l)
|
void |
RemoteContext.addNamingListener(java.lang.String target,
int scope,
RemoteContextListenerInterface l)
|
void |
RemoteContext.removeNamingListener(RemoteContextListenerInterface l)
|