NIO2 API

org.classpath.icedtea.java.nio.file
Interface WatchEvent.Kind<T>

Enclosing class:
WatchEvent<T>

public static interface WatchEvent.Kind<T>

An event kind, for the purposes of identification.

Since:
1.7
See Also:
StandardWatchEventKind

Method Summary
 java.lang.String name()
          Returns the name of the event kind.
 java.lang.Class<T> type()
          Returns the type of the context value.
 

Method Detail

name

java.lang.String name()
Returns the name of the event kind.


type

java.lang.Class<T> type()
Returns the type of the context value.


NIO2 API

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.