Class TreeRefreshEvent

java.lang.Object
com._1c.g5.v8.dt.ui.aef.events.TreeRefreshEvent
All Implemented Interfaces:
IEvent

public class TreeRefreshEvent extends Object implements IEvent
Event for refreshing tree view.
  • Constructor Details

    • TreeRefreshEvent

      public TreeRefreshEvent(TreeItemViewModel... refreshingObjects)
      Creates a new instance. If refreshingObjects are 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 Details

    • getRefreshingObjects

      public TreeItemViewModel[] getRefreshingObjects()
      Returns the refreshing objects.
      Returns:
      the refreshing objects, cannot be null