Class TreeRefreshEvent

  • All Implemented Interfaces:
    IEvent

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

      • 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 Detail

      • getRefreshingObjects

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