org.objectweb.dolphin.test.jonas
Class testDeployment.TestListener

java.lang.Object
  extended byorg.objectweb.dolphin.test.jonas.testDeployment.TestListener
All Implemented Interfaces:
java.util.EventListener, javax.enterprise.deploy.spi.status.ProgressListener
Enclosing class:
testDeployment

public class testDeployment.TestListener
extends java.lang.Object
implements javax.enterprise.deploy.spi.status.ProgressListener


Constructor Summary
testDeployment.TestListener()
           
 
Method Summary
 javax.enterprise.deploy.spi.status.DeploymentStatus getState()
           
 void handleProgressEvent(javax.enterprise.deploy.spi.status.ProgressEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

testDeployment.TestListener

public testDeployment.TestListener()
Method Detail

handleProgressEvent

public void handleProgressEvent(javax.enterprise.deploy.spi.status.ProgressEvent event)
Specified by:
handleProgressEvent in interface javax.enterprise.deploy.spi.status.ProgressListener

getState

public javax.enterprise.deploy.spi.status.DeploymentStatus getState()