Class Events



  • public class Events
    extends java.lang.Object
    Holds static instance of tracked events queue
    • Constructor Summary

      Constructors 
      Constructor and Description
      Events() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static CircularQueue<Event> getQueue()
      Returns the instance of tracked events queue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Events

        public Events()
    • Method Detail

      • getQueue

        public static CircularQueue<Event> getQueue()
        Returns the instance of tracked events queue
        Returns:
        instance of events queue