Class RefreshEvent

    • Constructor Detail

      • RefreshEvent

        public RefreshEvent​(boolean force)
        Creates a new refresh event.
        Parameters:
        force - the flag indicating whether use forced refresh or not.
    • Method Detail

      • isForced

        public boolean isForced()
        Returns the flag indicating whether use forced refresh or not.
        Returns:
        the flag indicating whether use forced refresh or not.
        See Also:
        IRefresher.refresh(boolean)