public static class Assembler.DeploymentListenerObserver
extends java.lang.Object
Constructor and Description |
---|
DeploymentListenerObserver(DeploymentListener deploymentListener) |
Modifier and Type | Method and Description |
---|---|
void |
afterApplicationCreated(AssemblerAfterApplicationCreated event) |
void |
beforeApplicationDestroyed(AssemblerBeforeApplicationDestroyed event) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public DeploymentListenerObserver(DeploymentListener deploymentListener)
public void afterApplicationCreated(@Observes AssemblerAfterApplicationCreated event)
public void beforeApplicationDestroyed(@Observes AssemblerBeforeApplicationDestroyed event)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object