Operations Summary: | |
oneway void | event(in string event_name, in any args) |
void | unImplemented() |
void | unImplemented2() |
Operations Inherited from Unknown | |
ref, unref, queryInterface |
Operation Details: |
event: Invokes a named event on this listener object, thus a single Bonobo / CORBA object can multiplex many event requests without the overhead of an object per type of event we want to listen to. @event_name: the name of the event @args: A CORBA Any argument.