站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

ProgressListener (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


javax.enterprise.deploy.spi.status
Interface ProgressListener

All Superinterfaces:
EventListener

public interface ProgressListener
extends EventListener

A listener for progress events.

Version:
$Revision: 1.2 $
Author:
Adrian Brock

Method Summary
 void handleProgressEvent(ProgressEvent event)
          Fired when a progress event occurs
 

Method Detail

handleProgressEvent

public void handleProgressEvent(ProgressEvent event)
Fired when a progress event occurs

Parameters:
event - the progress event


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