com.caucho.env.deploy
Interface DeployUpdateListener
- All Known Implementing Classes:
- AbstractUpdateListener, EarDeployGenerator, ExpandDeployGenerator, HostExpandDeployGenerator, WebAppExpandDeployGenerator
public interface DeployUpdateListener
Listener for update events, which ask the deployment listeners to check
the filesystem or repository for any changes.
Method Summary |
void |
onUpdate(java.lang.String tag)
Notification of an update. |
onUpdate
void onUpdate(java.lang.String tag)
- Notification of an update. If the tag is null, all
tags are updated.