Class IvmlElementIdentifier.ProfilingEventHandler

java.lang.Object
eu.qualimaster.events.EventHandler<eu.qualimaster.coordination.events.AlgorithmProfilingEvent>
eu.qualimaster.easy.extension.internal.IvmlElementIdentifier.ProfilingEventHandler
Enclosing class:
IvmlElementIdentifier

private static class IvmlElementIdentifier.ProfilingEventHandler extends eu.qualimaster.events.EventHandler<eu.qualimaster.coordination.events.AlgorithmProfilingEvent>
Handles profiling lifecycle information.
Author:
Holger Eichelberger
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Creates a handler instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    handle(eu.qualimaster.coordination.events.AlgorithmProfilingEvent event)
     

    Methods inherited from class eu.qualimaster.events.EventHandler

    consume, handles, handlesChannel

    Methods inherited from class java.lang.Object

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

    • ProfilingEventHandler

      protected ProfilingEventHandler()
      Creates a handler instance.
  • Method Details

    • handle

      protected void handle(eu.qualimaster.coordination.events.AlgorithmProfilingEvent event)
      Specified by:
      handle in class eu.qualimaster.events.EventHandler<eu.qualimaster.coordination.events.AlgorithmProfilingEvent>