Class NemoContext.ContextStopHandler

  • All Implemented Interfaces:
    org.apache.reef.wake.EventHandler<org.apache.reef.evaluator.context.events.ContextStop>
    Enclosing class:
    NemoContext

    public final class NemoContext.ContextStopHandler
    extends java.lang.Object
    implements org.apache.reef.wake.EventHandler<org.apache.reef.evaluator.context.events.ContextStop>
    Called when the context is stopped.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onNext​(org.apache.reef.evaluator.context.events.ContextStop contextStop)  
      • Methods inherited from class java.lang.Object

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

      • ContextStopHandler

        public ContextStopHandler()
    • Method Detail

      • onNext

        public void onNext​(org.apache.reef.evaluator.context.events.ContextStop contextStop)
        Specified by:
        onNext in interface org.apache.reef.wake.EventHandler<org.apache.reef.evaluator.context.events.ContextStop>