Package com._1c.g5.aef2.events
Class ClientFocusEvent
java.lang.Object
com._1c.g5.aef2.events.ClientEvent
com._1c.g5.aef2.events.ClientFocusEvent
- All Implemented Interfaces:
IClientEvent
,IEvent
An event sent to a component indicating it needs to focus.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com._1c.g5.aef2.events.ClientEvent
isAsync
-
Constructor Details
-
ClientFocusEvent
public ClientFocusEvent(boolean async) Creates a new instance.- Parameters:
async
-true
if the event should be processed asynchronously
-