org.springframework.richclient.application.event
Class LifecycleApplicationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by 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

Field Summary
static String CREATED
           
static String DELETED
           
static String MODIFIED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LifecycleApplicationEvent(String eventType, Object source)
           
 
Method Summary
 String getEventType()
           
 Object getObject()
           
 boolean objectIs(Class clazz)
           
 String toString()
           
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

LifecycleApplicationEvent

public LifecycleApplicationEvent(String eventType,
                                 Object source)
Method Detail

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.