FileDocCategorySizeDatePackage
ProgressListener.javaAPI DocGlassfish v2 API2342Fri May 04 22:35:52 BST 2007javax.enterprise.deploy.spi.status

ProgressListener

public interface ProgressListener implements EventListener
The listener interface for receiving deployment progress events.

Fields Summary
Constructors Summary
Methods Summary
public voidhandleProgressEvent(ProgressEvent event)
Invoked when a deployment progress event occurs.

param
event the progress status event.