javax.enterprise.deploy.spi.status
Interface ProgressListener

All Superinterfaces:
EventListener

public interface ProgressListener
extends EventListener

A listener for progress events.

Version:
$Revision: 37459 $
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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.