Home | History | Annotate | Download | only in file

Lines Matching defs:context

35  * {@link #context() context} method returns any context associated with
36 * the event. In the case of a repeated event then the context is the same for
42 * @param <T> The type of the context object associated with the event
64 * Returns the type of the {@link WatchEvent#context context} value.
67 * @return the type of the context value
106 * Returns the context for the event.
110 * StandardWatchEventKinds#ENTRY_MODIFY ENTRY_MODIFY} events the context is
115 * @return the event context; may be {@code null}
117 T context();