org.jboss.deployment.spi.status
Class ProgressListenerImpl

java.lang.Object
  extended by org.jboss.deployment.spi.status.ProgressListenerImpl
All Implemented Interfaces:
EventListener, javax.enterprise.deploy.spi.status.ProgressListener

public class ProgressListenerImpl
extends Object
implements javax.enterprise.deploy.spi.status.ProgressListener

The listener interface for receiving deployment progress events.

Version:
$Revision: 1.1.1.1.4.2 $
Author:
thomas.diesler@jboss.org

Constructor Summary
ProgressListenerImpl()
           
 
Method Summary
 void handleProgressEvent(javax.enterprise.deploy.spi.status.ProgressEvent event)
          Fired when a progress event occurs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressListenerImpl

public ProgressListenerImpl()
Method Detail

handleProgressEvent

public void handleProgressEvent(javax.enterprise.deploy.spi.status.ProgressEvent event)
Fired when a progress event occurs

Specified by:
handleProgressEvent in interface javax.enterprise.deploy.spi.status.ProgressListener
Parameters:
event - the progress event


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.