Class PathWatchers.Event.Kind

  • Enclosing class:
    PathWatchers.Event

    public static class PathWatchers.Event.Kind
    extends java.lang.Object
    An enum like class to indicate the type of file event. It isn't an actual enum because the scala.js codegen has problems with enum types.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object