Class DebugState.Impl

  • All Implemented Interfaces:
    DebugState
    Enclosing interface:
    DebugState

    public static final class DebugState.Impl
    extends Object
    implements DebugState
    Convenience class when a simple implement is desired.
    • Constructor Detail

      • Impl

        public Impl​(boolean status)
    • Method Detail

      • getDebug

        public boolean getDebug()
        Description copied from interface: DebugState
        Return true if debugging is on.
        Specified by:
        getDebug in interface DebugState