Class BindValuesInstantiator.ModelUpdateEventHandler

java.lang.Object
eu.qualimaster.events.EventHandler<eu.qualimaster.coordination.events.ModelUpdatedEvent>
eu.qualimaster.easy.extension.internal.BindValuesInstantiator.ModelUpdateEventHandler
Enclosing class:
BindValuesInstantiator

private static class BindValuesInstantiator.ModelUpdateEventHandler extends eu.qualimaster.events.EventHandler<eu.qualimaster.coordination.events.ModelUpdatedEvent>
Handles updates of the coordination model.
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.ModelUpdatedEvent 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

    • ModelUpdateEventHandler

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

    • handle

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