JNA API 4.1.0-SNAPSHOT
com.sun.jna.platform

Class FileMonitor.FileEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    FileMonitor


    public class FileMonitor.FileEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor and Description
      FileMonitor.FileEvent(java.io.File file, int type) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.io.File getFile() 
      int getType() 
      java.lang.String toString() 
      • 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

      • FileMonitor.FileEvent

        public FileMonitor.FileEvent(java.io.File file,
                             int type)
    • Method Detail

      • getFile

        public java.io.File getFile()
      • getType

        public int getType()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.EventObject
JNA API 4.1.0-SNAPSHOT

Copyright © 2007-2016 Timothy Wall. All Rights Reserved.