Spring Integration

org.springframework.integration.file.tail
Class FileTailingMessageProducerSupport.FileTailingEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.springframework.integration.file.tail.FileTailingMessageProducerSupport.FileTailingEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FileTailingMessageProducerSupport

public static class FileTailingMessageProducerSupport.FileTailingEvent
extends org.springframework.context.ApplicationEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FileTailingMessageProducerSupport.FileTailingEvent(java.lang.Object source, java.lang.String message, java.io.File file)
           
 
Method Summary
 java.io.File getFile()
           
protected  java.lang.String getMessage()
           
 java.lang.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

FileTailingMessageProducerSupport.FileTailingEvent

public FileTailingMessageProducerSupport.FileTailingEvent(java.lang.Object source,
                                                          java.lang.String message,
                                                          java.io.File file)
Method Detail

getMessage

protected java.lang.String getMessage()

getFile

public java.io.File getFile()

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject

Spring Integration