All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xiaoleilu.hutool.io.watch.SimpleWatcher Maven / Gradle / Ivy

There is a newer version: 3.3.2
Show newest version
package com.xiaoleilu.hutool.io.watch;

import com.xiaoleilu.hutool.io.watch.watchers.IgnoreWatcher;

/**
 * 空白WatchListener
* 用户继承此类后实现需要监听的方法 * @author Looly * */ public class SimpleWatcher extends IgnoreWatcher{ }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy