org.apache.aries.application.management
Class AriesApplicationEvent

java.lang.Object
  extended by org.apache.aries.application.management.AriesApplicationEvent

public abstract class AriesApplicationEvent
extends Object

Objects of this type are passed to ApplicationListener clients


Constructor Summary
AriesApplicationEvent()
           
 
Method Summary
abstract  AriesApplication getApplication()
          Get the associated AriesApplication
abstract  AriesApplicationContext.ApplicationState getType()
          Get the type of the event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AriesApplicationEvent

public AriesApplicationEvent()
Method Detail

getType

public abstract AriesApplicationContext.ApplicationState getType()
Get the type of the event

Returns:
the event type.

getApplication

public abstract AriesApplication getApplication()
Get the associated AriesApplication

Returns:
the application


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.