org.openorb.ins.callback

Interface CallbackOperations

public interface CallbackOperations

This interface must be implemented by the NS listener which would like to receive NS events.
Method Summary
voidnaming_context_event(NameComponent[] name, EventType event)
This operation is invoked when an event is sent for a naming context
voidobject_event(NameComponent[] name, EventType event, Object obj)
This operation is invoked when an event is sent for an object

Method Detail

naming_context_event

public void naming_context_event(NameComponent[] name, EventType event)
This operation is invoked when an event is sent for a naming context

object_event

public void object_event(NameComponent[] name, EventType event, Object obj)
This operation is invoked when an event is sent for an object