javax.enterprise.deploy.spi.status
Interface ProgressListener

All Superinterfaces:
EventListener

public interface ProgressListener
extends EventListener

A listener for progress events.

Version:
$Revision: 1.2.6.1 $
Author:
Adrian Brock

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

Method Detail

handleProgressEvent

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

Parameters:
event - the progress event


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