Modules | Files | Inheritance Tree | Inheritance Graph | Name Index
module Bonobo
interface Listener
Files: GNOME_Speech.idl
Bonobo-Listener-inheritance GNOME-Speech-EventListener.html Bonobo-Unknown.html
Operations Summary:
oneway voidevent(in string event_name, in any args)
 voidunImplemented()
 voidunImplemented2()

Operations Inherited from Unknown
ref, unref, queryInterface

Operation Details:
oneway void event(in string event_name, in any args)

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.