Inheritance diagram for code::ActionListenerAdapter:
Public Member Functions | |
ActionListenerAdapter (SmartPtr< ActionListener > listener, SmartPtr< ActionEvent > event) | |
virtual void | actionPerformed (const Buffer &) |
the buffer is ignored. | |
virtual | ~ActionListenerAdapter () |
virtual void | actionPerformedOnError () |
This is the function that will be invoked when there is a system error making event notification not possible, either for the particular event requested or for all events. |
code::ActionListenerAdapter::ActionListenerAdapter | ( | SmartPtr< ActionListener > | listener, | |
SmartPtr< ActionEvent > | event | |||
) | [inline] |
virtual code::ActionListenerAdapter::~ActionListenerAdapter | ( | ) | [virtual] |
virtual void code::ActionListenerAdapter::actionPerformed | ( | const Buffer & | ) | [inline, virtual] |
virtual void code::EventCallback::actionPerformedOnError | ( | ) | [inline, virtual, inherited] |
This is the function that will be invoked when there is a system error making event notification not possible, either for the particular event requested or for all events.
Additional arguments may be simply obtained by adding the appropriate arguments to your EventCallback subclass. (See for example, the more rounded LBEventCallback, which gives you access to the LB name used for update notification).