com.ebmwebsourcing.easyviper.core.api.engine.time
Class TimerFinishedEvent

java.lang.Object
  extended by com.ebmwebsourcing.easyviper.core.api.engine.time.TimerFinishedEvent

public class TimerFinishedEvent
extends java.lang.Object


Constructor Summary
TimerFinishedEvent(java.lang.Exception exception)
           
TimerFinishedEvent(Process process, WaitBehaviour wb)
           
 
Method Summary
 java.lang.Exception getException()
           
 Process getProcess()
           
 WaitBehaviour getWaitBehaviour()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerFinishedEvent

public TimerFinishedEvent(java.lang.Exception exception)

TimerFinishedEvent

public TimerFinishedEvent(Process process,
                          WaitBehaviour wb)
Method Detail

getException

public java.lang.Exception getException()

getProcess

public Process getProcess()

getWaitBehaviour

public WaitBehaviour getWaitBehaviour()


Copyright © 2012 Petals Link. All Rights Reserved.