All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApacheMinaFtpEvent, ApacheMinaSftpEvent

public abstract class FileServerEvent extends IntegrationEvent
Base class for file server events. Typically, the source for these events will be some kind of client/server session object containing information such as the client's ip address.
Since:
5.2
Author:
Gary Russell
See Also:
  • Constructor Details

    • FileServerEvent

      public FileServerEvent(Object source)
    • FileServerEvent

      public FileServerEvent(Object source, Throwable cause)