Class AERunnable.AERunnableNamed

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    AERunnable

    public abstract static class AERunnable.AERunnableNamed
    extends AERunnable
    • Field Summary

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

      Constructors 
      Constructor Description
      AERunnableNamed​(java.lang.String _name)  
    • Method Summary

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

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

      • name

        private final java.lang.String name
    • Constructor Detail

      • AERunnableNamed

        public AERunnableNamed​(java.lang.String _name)
    • Method Detail

      • getName

        public java.lang.String getName()