Interface PopupUpdater


public interface PopupUpdater
Represents popup's updater.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets index.
    void
    Removes this popup.
    void
    setIndex(int index)
    Sets index priority.
    boolean
    Tries to update.
  • Method Details

    • update

      boolean update()
      Tries to update.
      Returns:
      whether updating is success
    • getIndex

      int getIndex()
      Gets index.
      Returns:
      index
    • setIndex

      void setIndex(int index)
      Sets index priority.
      Parameters:
      index - new index
    • remove

      void remove()
      Removes this popup.