Class EFileNotification

  • All Implemented Interfaces:
    java.io.Serializable

    @ELocalOnly
    public final class EFileNotification
    extends ENotificationMessage
    implements java.io.Serializable
    Used to transmit a Java WatchEvent asynchronously to all interested listeners. The message subject is the file or directory path. The message contains the how the file changed (created, modified, or deleted), the file modification timestamp (in Java millisecond epoch time), and the file length in byte.
    Author:
    Charles Rapp
    See Also:
    Serialized Form