org.glassfish.kernel
Class FileMonitoringImpl
java.lang.Object
org.glassfish.kernel.FileMonitoringImpl
- All Implemented Interfaces:
- FileMonitoring, org.glassfish.hk2.PostConstruct
@Service
public class FileMonitoringImpl
- extends Object
- implements FileMonitoring, org.jvnet.hk2.component.PostConstruct
- Author:
- Jerome Dochez
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileMonitoringImpl
public FileMonitoringImpl()
postConstruct
public void postConstruct()
- Specified by:
postConstruct in interface org.glassfish.hk2.PostConstruct
monitors
public void monitors(File file,
FileMonitoring.FileChangeListener listener)
- Specified by:
monitors in interface FileMonitoring
fileModified
public void fileModified(File file)
- Specified by:
fileModified in interface FileMonitoring
Copyright © 2012. All Rights Reserved.