org.apache.avalon.phoenix
Class ApplicationEvent
java.lang.Object
|
+--java.util.EventObject
|
+--org.apache.avalon.phoenix.ApplicationEvent
- All Implemented Interfaces:
- java.io.Serializable
- public final class ApplicationEvent
- extends java.util.EventObject
This is the class that is used to deliver notifications
about Application state changes to the
ApplicationListener
s of a Server Application.
- Author:
- Peter Donald
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ApplicationEvent
public ApplicationEvent(java.lang.String name,
SarMetaData sarMetaData)
- Construct the
ApplicationEvent
.
- Parameters:
name
- the name of appsarMetaData
- the SarMetaData object for app
getName
public java.lang.String getName()
- Retrieve name of app.
- Returns:
- the name of app
getSarMetaData
public SarMetaData getSarMetaData()
- Retrieve the SarMetaData for app.
- Returns:
- the SarMetaData for app
Copyright © 2001 Apache Jakarta Project. All Rights Reserved.