Интерфейс WatchEvent.Modifier
- Включающий интерфейс:
- WatchEvent<T>
public static interface WatchEvent.Modifier
Модификатор события, который определяет, как Watchable регистрируется в WatchService.
В этом релизе не определены стандартные модификаторы.
- С:
- 1.7
- См. также:
Watchable.register(java.nio.file.WatchService, java.nio.file.WatchEvent.Kind<?>[], java.nio.file.WatchEvent.Modifier...)
Методы
| Модификатор и тип | Метод и описание |
|---|---|
String |
name() Возвращает имя модификатора. |
Методы
name
String name()
Возвращает имя модификатора.
- Возвращает:
- имя модификатора
© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.