com.triangularpixels.rebirth.resources
Class NullFileMonitor
java.lang.Object
com.triangularpixels.rebirth.resources.NullFileMonitor
- All Implemented Interfaces:
- FileMonitor
public class NullFileMonitor
- extends Object
- implements FileMonitor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullFileMonitor
public NullFileMonitor()
destroy
public void destroy()
- Specified by:
destroy in interface FileMonitor
addListener
public void addListener(String filePath,
FileModifiedListener listener)
- Specified by:
addListener in interface FileMonitor
removeListener
public void removeListener(String filePath,
FileModifiedListener listener)
- Specified by:
removeListener in interface FileMonitor
isMonitored
public boolean isMonitored(String path)
- Specified by:
isMonitored in interface FileMonitor
update
public void update()
- Specified by:
update in interface FileMonitor
Copyright © 2009 TriangularPixels.com. All Rights Reserved.