Class RefreshEvent
- java.lang.Object
-
- com._1c.g5.aef2.standard.definitions.events.RefreshEvent
-
- All Implemented Interfaces:
IEvent
public class RefreshEvent extends Object implements IEvent
The refresh event. It is sent toIManagingComponent
byIRefresher
.- See Also:
IRefresher
,IManagingComponent
-
-
Constructor Summary
Constructors Constructor Description RefreshEvent(boolean force)
Creates a new refresh event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isForced()
Returns the flag indicating whether use forced refresh or not.
-
-
-
Method Detail
-
isForced
public boolean isForced()
Returns the flag indicating whether use forced refresh or not.- Returns:
- the flag indicating whether use forced refresh or not.
- See Also:
IRefresher.refresh(boolean)
-
-