Class CmdlinePosEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      CmdlinePosEvent​(int pos, int level)  
    • Constructor Detail

      • CmdlinePosEvent

        public CmdlinePosEvent​(int pos,
                               int level)
    • Method Detail

      • getPos

        public int getPos()
      • getLevel

        public int getLevel()
      • getEventName

        public java.lang.String getEventName()
        Specified by:
        getEventName in interface UiEvent
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object