EventListener

The listener simply waits and listens for a specific event name and only when it receives that name it will respond and perform an action. Furthermore, a listener can accept and set parameters if they are supported by the component.

It is possible to override any or a specific event action from the incoming event and replace it with a new one. This can be very useful since it is possible with a single event to perform multiple actions.

\ \ \

Properties

\
\

Description

\

Event Name

\

Name of the event to listen for.

\
\

Override Event Action

\

Enables/Disables event action \ override

\

Action To Override

\

Allow to override incoming event \ action

When the Action To Override is selected the following extra properties are added to the event listener

\ \ \

Properties

\
\

Description

\

Override on Specific Action

\
\

Enable event override on  a specific event action

\
\

Old Event Action

\

Event action to override

\
\

New Event Action

\

Override with new event action.

\

Most new event actions also allow \ to set new parameter values.