Class NemoContext.ContextStartHandler

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

    public final class NemoContext.ContextStartHandler
    extends java.lang.Object
    implements org.apache.reef.wake.EventHandler<org.apache.reef.evaluator.context.events.ContextStart>
    Called when the context starts.
    • Method Summary

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

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

      • ContextStartHandler

        public ContextStartHandler()
    • Method Detail

      • onNext

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