FileDocCategorySizeDatePackage
DeploymentEventListener.javaAPI DocGlassfish v2 API2658Fri May 04 22:34:30 BST 2007com.sun.enterprise.deployment.backend

DeploymentEventListener

public interface DeploymentEventListener implements EventListener
A DeploymentEventListener registers itself with the DeploymentEventManager and processes DeploymentEvent events whenever they are delivered.
author
Marina Vatkina

Fields Summary
Constructors Summary
Methods Summary
public voidnotifyDeploymentEvent(DeploymentEvent event)
This method is called when a DeploymentEventManager needs to deliver a code>DeploymentEvent event.

param
event the DeploymentEvent to be delivered.