public final class LifecycleEvent extends EventObject
source
Constructor and Description |
---|
LifecycleEvent(Lifecycle lifecycle,
String type,
Object data)
Construct a new LifecycleEvent with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
Object |
getData()
Return the event data of this event.
|
Lifecycle |
getLifecycle()
Return the Lifecycle on which this event occurred.
|
String |
getType()
Return the event type of this event.
|
getSource, toString
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.