Class RefreshEvent
java.lang.Object
com._1c.g5.aef2.standard.definitions.events.RefreshEvent
- All Implemented Interfaces:
IEvent
The refresh event. It is sent to
IManagingComponent
by IRefresher
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isForced()
Returns the flag indicating whether use forced refresh or not.
-
Constructor Details
-
RefreshEvent
public RefreshEvent(boolean force) Creates a new refresh event.- Parameters:
force
- the flag indicating whether use forced refresh or not.
-
-
Method Details
-
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:
-