当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 deployment API Documentation 英文版文档
ProgressListenerImpl (JBoss JSR-88 Deployment API) - JBoss 4.0.1 sp1 deployment API Documentation 英文版文档
org.jboss.deployment.spi.status
Class ProgressListenerImpl
java.lang.Object
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 $
- Author:
- thomas.diesler@jboss.org
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 |
ProgressListenerImpl
public ProgressListenerImpl()
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.