public interface SandboxListener
extends java.util.EventListener
SandboxAdapter| Modifier and Type | Method and Description |
|---|---|
void |
repositoryAdded(RepositoryEvent e)
Invoked after a repository branch is successfully created in the sandbox.
|
void |
repositoryChanged(RepositoryEvent e)
Invoked when a repository is changed.
|
void |
sandboxCreated(SandboxEvent e)
Invoked after a sandbox is successfully created.
|
void |
sandboxDestroyed(SandboxEvent e)
Invoked after a sandbox is successfully destroyed.
|
void |
sandboxPublished(SandboxEvent e)
Invoked after a sandbox is successfully published.
|
void |
sandboxRefreshed(SandboxEvent e)
Invoked after a sandbox is successfully refreshed.
|
void repositoryChanged(RepositoryEvent e)
e - the eventvoid repositoryAdded(RepositoryEvent e)
e - the eventvoid sandboxCreated(SandboxEvent e)
e - the event that provides the information of the sandboxvoid sandboxPublished(SandboxEvent e)
e - the event that provides the information of the sandboxvoid sandboxRefreshed(SandboxEvent e)
e - the event that provides the information of the sandboxvoid sandboxDestroyed(SandboxEvent e)
e - the event that provides the information of the sandbox