The specified event type is automatically enabled (see {@link #enableEventListener(String)}).
If this component has a default behavior associated to the specified event type, the listener is executed before this default behavior if before
parameter is true, otherwise is executed after.
Several listeners may be registered to the same event type.
@param type the event type to listen. @param listener the listener to be executed. @param before if true the listener is executed before the default behavior of the component. @see #removeEventListener(String,EventListener,boolean) @see #addEventListener(ClientDocument,String,EventListener,boolean)
|
|