Class TableRefreshEvent

  • All Implemented Interfaces:
    IEvent

    public class TableRefreshEvent
    extends Object
    implements IEvent
    Event for refreshing table view.
    • Constructor Detail

      • TableRefreshEvent

        public TableRefreshEvent​(TableItemViewModel... refreshingObjects)
        Creates a new instance. If refreshingObjects are provided, then they will be refreshed. If non objects are provided, then entire table will be refreshed.
        Parameters:
        refreshingObjects - the refreshing objects, cannot be null
    • Method Detail

      • getRefreshingObjects

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