Class Engine.LoadStatus

  • Enclosing class:
    Engine

    public class Engine.LoadStatus
    extends java.lang.Object
    Allows a request to indicate it no longer is interested in a given load.

    Non-final for mocking.

    • Method Summary

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

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

      • cancel

        public void cancel()