com.triangularpixels.rebirth.resources
Class NullFileMonitor

java.lang.Object
  extended by com.triangularpixels.rebirth.resources.NullFileMonitor
All Implemented Interfaces:
FileMonitor

public class NullFileMonitor
extends Object
implements FileMonitor


Constructor Summary
NullFileMonitor()
           
 
Method Summary
 void addListener(String filePath, FileModifiedListener listener)
           
 void destroy()
           
 boolean isMonitored(String path)
           
 void removeListener(String filePath, FileModifiedListener listener)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullFileMonitor

public NullFileMonitor()
Method Detail

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.