Class EventRecorder.PSLine

  • Enclosing class:
    EventRecorder

    private static class EventRecorder.PSLine
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String line  
    • Constructor Summary

      Constructors 
      Constructor Description
      PSLine​(java.lang.String line)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLine()  
      • Methods inherited from class java.lang.Object

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

      • line

        private java.lang.String line
    • Constructor Detail

      • PSLine

        public PSLine​(java.lang.String line)
    • Method Detail

      • getLine

        public java.lang.String getLine()