org.springframework.richclient.application.event
Class LifecycleApplicationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.richclient.application.event.LifecycleApplicationEvent
- All Implemented Interfaces:
- Serializable
public class LifecycleApplicationEvent
- extends ApplicationEvent
Application event that communicates lifecycle changes in application objects.
- Author:
- Keith Donald
- See Also:
- Serialized Form
CREATED
public static final String CREATED
- See Also:
- Constant Field Values
MODIFIED
public static final String MODIFIED
- See Also:
- Constant Field Values
DELETED
public static final String DELETED
- See Also:
- Constant Field Values
LifecycleApplicationEvent
public LifecycleApplicationEvent(String eventType,
Object source)
getObject
public Object getObject()
objectIs
public boolean objectIs(Class clazz)
getEventType
public String getEventType()
toString
public String toString()
- Overrides:
toString
in class EventObject
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.