Class InstantiationCommands.InstantiationListener

java.lang.Object
net.ssehub.easy.standalone.cmd.InstantiationCommands.InstantiationListener
All Implemented Interfaces:
net.ssehub.easy.producer.core.mgmt.IVilExecutionListener
Enclosing class:
InstantiationCommands

private static class InstantiationCommands.InstantiationListener extends Object implements net.ssehub.easy.producer.core.mgmt.IVilExecutionListener
Listener to collect VilExceptions during script execution.
Author:
El-Sharkawy
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private net.ssehub.easy.instantiation.core.model.common.VilException
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    vilExecutionAborted(net.ssehub.easy.producer.core.mgmt.PLPInfo plp, net.ssehub.easy.instantiation.core.model.common.VilException exc)
     
    void
    vilExecutionFinished(net.ssehub.easy.producer.core.mgmt.PLPInfo plp, boolean instantiationSuccessfull)
     

    Methods inherited from class java.lang.Object

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

    • exc

      private net.ssehub.easy.instantiation.core.model.common.VilException exc
  • Constructor Details

    • InstantiationListener

      private InstantiationListener()
  • Method Details

    • vilExecutionAborted

      public void vilExecutionAborted(net.ssehub.easy.producer.core.mgmt.PLPInfo plp, net.ssehub.easy.instantiation.core.model.common.VilException exc)
      Specified by:
      vilExecutionAborted in interface net.ssehub.easy.producer.core.mgmt.IVilExecutionListener
    • vilExecutionFinished

      public void vilExecutionFinished(net.ssehub.easy.producer.core.mgmt.PLPInfo plp, boolean instantiationSuccessfull)
      Specified by:
      vilExecutionFinished in interface net.ssehub.easy.producer.core.mgmt.IVilExecutionListener