@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface OnEventTimeout
AsyncListener.onTimeout(AsyncEvent)
. You should write how the
application should to behave. For instance sent message to user by
Element.callScript("alert('Event timeout')"). This event is fired only on
FireWebApplication
.