Package com._1c.g5.v8.dt.ui.aef.events
Class TreeRefreshEvent
- java.lang.Object
- 
- com._1c.g5.v8.dt.ui.aef.events.TreeRefreshEvent
 
- 
- 
Constructor SummaryConstructors Constructor Description TreeRefreshEvent(TreeItemViewModel... refreshingObjects)Creates a new instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeItemViewModel[]getRefreshingObjects()Returns the refreshing objects.
 
- 
- 
- 
Constructor Detail- 
TreeRefreshEventpublic TreeRefreshEvent(TreeItemViewModel... refreshingObjects) Creates a new instance. IfrefreshingObjectsare provided, then they will be refreshed. If non objects are provided, then entire tree will be refreshed.- Parameters:
- refreshingObjects- the refreshing objects, cannot be- null
 
 
- 
 - 
Method Detail- 
getRefreshingObjectspublic TreeItemViewModel[] getRefreshingObjects() Returns the refreshing objects.- Returns:
- the refreshing objects, cannot be null
 
 
- 
 
-