Uses of Class
adams.core.io.WatchEventKind
-
Packages that use WatchEventKind Package Description adams.core.io adams.flow.standalone -
-
Uses of WatchEventKind in adams.core.io
Methods in adams.core.io that return WatchEventKind Modifier and Type Method Description static WatchEventKind
WatchEventKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static WatchEventKind[]
WatchEventKind. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WatchEventKind in adams.flow.standalone
Fields in adams.flow.standalone declared as WatchEventKind Modifier and Type Field Description protected WatchEventKind[]
DirWatch. m_Events
the events to look for.Methods in adams.flow.standalone that return WatchEventKind Modifier and Type Method Description WatchEventKind[]
DirWatch. getEvents()
Returns the events to report.Methods in adams.flow.standalone with parameters of type WatchEventKind Modifier and Type Method Description void
DirWatch. setEvents(WatchEventKind[] value)
Sets the events to report.
-