Home | History | Annotate | Download | only in file

Lines Matching refs:events

32  * <em>watched</em> for changes and events.
53 * those specified by the {@code events} and {@code modifiers} parameters.
54 * Changing the event set does not cause pending events for the object to be
57 * required to be present in the array of events.
63 * <p> Implementations of this interface should specify the events they
68 * @param events
69 * the events for which this object should be registered
77 * if unsupported events or modifiers are specified
79 * if an invalid of combination of events are modifiers are specified
90 WatchEvent.Kind<?>[] events,
101 * watchable.{@link #register(WatchService,WatchEvent.Kind[],WatchEvent.Modifier[]) register}(watcher, events, new WatchEvent.Modifier[0]);
106 * @param events
107 * the events for which this object should be registered
113 * if unsupported events are specified
115 * if an invalid of combination of events are specified
125 WatchKey register(WatchService watcher, WatchEvent.Kind<?>... events)