org.apache.openejb.assembler.classic
Class Assembler.DeploymentListenerObserver

java.lang.Object
  extended by org.apache.openejb.assembler.classic.Assembler.DeploymentListenerObserver
Enclosing class:
Assembler

public static class Assembler.DeploymentListenerObserver
extends Object


Constructor Summary
Assembler.DeploymentListenerObserver(DeploymentListener deploymentListener)
           
 
Method Summary
 void afterApplicationCreated(AssemblerAfterApplicationCreated event)
           
 void beforeApplicationDestroyed(AssemblerBeforeApplicationDestroyed event)
           
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Assembler.DeploymentListenerObserver

public Assembler.DeploymentListenerObserver(DeploymentListener deploymentListener)
Method Detail

afterApplicationCreated

public void afterApplicationCreated(@Observes
                                    AssemblerAfterApplicationCreated event)

beforeApplicationDestroyed

public void beforeApplicationDestroyed(@Observes
                                       AssemblerBeforeApplicationDestroyed event)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.