Package com._1c.g5.v8.dt.ui.aef.events
Class TreeRefreshEvent
java.lang.Object
com._1c.g5.v8.dt.ui.aef.events.TreeRefreshEvent
- All Implemented Interfaces:
IEvent
Event for refreshing tree view.
-
Constructor Summary
ConstructorsConstructorDescriptionTreeRefreshEvent
(TreeItemViewModel... refreshingObjects) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the refreshing objects.
-
Constructor Details
-
TreeRefreshEvent
Creates a new instance. IfrefreshingObjects
are provided, then they will be refreshed. If non objects are provided, then entire tree will be refreshed.- Parameters:
refreshingObjects
- the refreshing objects, cannot benull
-
-
Method Details
-
getRefreshingObjects
Returns the refreshing objects.- Returns:
- the refreshing objects, cannot be
null
-