Class ShutdownSessionsListener

  • All Implemented Interfaces:
    eu.tsystems.mms.tic.testframework.events.ExecutionAbortEvent.Listener, eu.tsystems.mms.tic.testframework.events.ExecutionFinishEvent.Listener, eu.tsystems.mms.tic.testframework.logging.Loggable

    public class ShutdownSessionsListener
    extends java.lang.Object
    implements eu.tsystems.mms.tic.testframework.events.ExecutionFinishEvent.Listener, eu.tsystems.mms.tic.testframework.events.ExecutionAbortEvent.Listener, eu.tsystems.mms.tic.testframework.logging.Loggable
    • Field Summary

      • Fields inherited from interface eu.tsystems.mms.tic.testframework.logging.Loggable

        prompt
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onExecutionAbort​(eu.tsystems.mms.tic.testframework.events.ExecutionAbortEvent event)  
      void onExecutionFinish​(eu.tsystems.mms.tic.testframework.events.ExecutionFinishEvent event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface eu.tsystems.mms.tic.testframework.logging.Loggable

        log
    • Constructor Detail

      • ShutdownSessionsListener

        public ShutdownSessionsListener()
    • Method Detail

      • onExecutionAbort

        public void onExecutionAbort​(eu.tsystems.mms.tic.testframework.events.ExecutionAbortEvent event)
        Specified by:
        onExecutionAbort in interface eu.tsystems.mms.tic.testframework.events.ExecutionAbortEvent.Listener
      • onExecutionFinish

        public void onExecutionFinish​(eu.tsystems.mms.tic.testframework.events.ExecutionFinishEvent event)
        Specified by:
        onExecutionFinish in interface eu.tsystems.mms.tic.testframework.events.ExecutionFinishEvent.Listener