Method XbpPartHandler():handleEvent() Foundation

Processes events.

Syntax
:handleEvent( <nEvent>, <mp1>, <mp2> ) --> self
Parameters
<nEvent>
<nEvent> is the numeric event code identifying the event to process. This is generally the return value of the function AppEvent() (see the function AppEvent() for more information).
<mp1>
<mp1> is the first message parameter of the event. This is generally the first parameter of the function AppEvent().
<mp2>
<mp2> is the second message parameter of the event. This is generally the second parameter of the function AppEvent().
Return

This method returns the object executing the method.

Description

The method :handleEvent() processes the event that was retrieved from the event queue using the function AppEvent(). This method is defined in the class XbpPartHandler so that it is available to all inherited classes (subclasses). However, the method must be redefined in each subclass and the actual event processing code is contained in each subclasss. No events are actually processed in the :handleEvent() method of the XbpPartHandler class.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.