public class TokenFileWatched extends Object implements FileWatchedListener
| 构造器和说明 |
|---|
TokenFileWatched(ClientConfig clientConfig,
TokenManager tokenManager) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onCreated(WatchEvent<Path> watchEvent) |
void |
onDeleted(WatchEvent<Path> watchEvent) |
void |
onModified(WatchEvent<Path> watchEvent) |
void |
onOverflowed(WatchEvent<Path> watchEvent) |
public TokenFileWatched(ClientConfig clientConfig, TokenManager tokenManager)
public void onCreated(WatchEvent<Path> watchEvent)
onCreated 在接口中 FileWatchedListenerpublic void onModified(WatchEvent<Path> watchEvent)
onModified 在接口中 FileWatchedListenerpublic void onDeleted(WatchEvent<Path> watchEvent)
onDeleted 在接口中 FileWatchedListenerpublic void onOverflowed(WatchEvent<Path> watchEvent)
onOverflowed 在接口中 FileWatchedListenerCopyright © 2025. All rights reserved.