org.springframework.batch.sample.jmx
Class SimpleMessageApplicationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.springframework.batch.sample.jmx.SimpleMessageApplicationEvent
All Implemented Interfaces:
Serializable

public class SimpleMessageApplicationEvent
extends ApplicationEvent

Author:
Dave Syer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SimpleMessageApplicationEvent(Object source, String message)
           
 
Method Summary
 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
 

Constructor Detail

SimpleMessageApplicationEvent

public SimpleMessageApplicationEvent(Object source,
                                     String message)
Method Detail

toString

public String toString()
Overrides:
toString in class EventObject


Copyright © 2009 SpringSource. All Rights Reserved.