Class InputFunctionCancellable<I>


  • public abstract class InputFunctionCancellable<I>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void call​(I input, IvMCanceller canceller)  
      • Methods inherited from class java.lang.Object

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

      • InputFunctionCancellable

        public InputFunctionCancellable()
    • Method Detail

      • call

        public abstract void call​(I input,
                                  IvMCanceller canceller)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception