Class Event

    • Constructor Detail

      • Event

        protected Event()
      • Event

        public Event​(int frameTTL,
                     boolean exlusive,
                     boolean priority)
    • Method Detail

      • isInGroup

        public boolean isInGroup​(Event other)
      • getFrameTTL

        public int getFrameTTL()
      • getFrameCur

        public int getFrameCur()
      • setFrameCur

        public void setFrameCur​(int frameCur)
      • isExlusive

        public boolean isExlusive()
      • isPriority

        public boolean isPriority()