Package com._1c.g5.v8.dt.ui.aef.events
Class TreeRefreshEvent
- java.lang.Object
-
- com._1c.g5.v8.dt.ui.aef.events.TreeRefreshEvent
-
-
Constructor Summary
Constructors Constructor Description TreeRefreshEvent(TreeItemViewModel... refreshingObjects)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeItemViewModel[]
getRefreshingObjects()
Returns the refreshing objects.
-
-
-
Constructor Detail
-
TreeRefreshEvent
public TreeRefreshEvent(TreeItemViewModel... refreshingObjects)
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 Detail
-
getRefreshingObjects
public TreeItemViewModel[] getRefreshingObjects()
Returns the refreshing objects.- Returns:
- the refreshing objects, cannot be
null
-
-