public interface DeploymentModuleListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
moduleChanged(DeploymentModuleEvent event)
Called everytime an entry is added or removed from a DeploymentModule or when its state is changed from uncommitted to committed.
|
void moduleChanged(DeploymentModuleEvent event)
event - the DeploymentModuleEvent that describes the change.