#include <Notify_Listener_Filter_Eval_Command.h>
Inheritance diagram for TAO_Notify_Listener_Filter_Eval_Command:
Public Methods | |
TAO_Notify_Listener_Filter_Eval_Command (TAO_Notify_Event_Processor *event_processor, TAO_Notify_Event *event, TAO_Notify_EventListener *event_listener, CORBA::Boolean eval_parent) | |
The event, listener, and hint to pass (see the listener interface for details). More... | |
~TAO_Notify_Listener_Filter_Eval_Command () | |
virtual int | execute (ACE_ENV_SINGLE_ARG_DECL) |
Command callback. More... | |
Protected Attributes | |
TAO_Notify_EventListener * | event_listener_ |
CORBA::Boolean | eval_parent_ |
Listener filter evaluation command.
|
The event, listener, and hint to pass (see the listener interface for details).
|
|
|
|
Command callback.
Reimplemented from TAO_Notify_Command. |
|
|
|
|