Packages

package apple

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ClosedFileEventMonitorException extends IOException
  2. abstract class Event extends AnyRef

    Provides information about an event provided by the apple file events api.

    Provides information about an event provided by the apple file events api. All of the public methods are simple methods that check if the particular event flag is set in the flags variable returned by the apple file event.

    See also

    FSEventStreamEventFlags

  3. class FileEvent extends Event

    Simple wrapper around the event provided by the apple file system event callback.

    Simple wrapper around the event provided by the apple file system event callback.

    See also

    FsEventStreamCallback

  4. class FileEventMonitor extends AutoCloseable
    Annotations
    @JSExportTopLevel( ... ) @JSExportAll()

Value Members

  1. object FileEventMonitors
    Annotations
    @JSExportTopLevel( ... )
  2. object Flags

Ungrouped