com.threerings.resource
Interface ResourceManager.ModificationObserver

Enclosing class:
ResourceManager

public static interface ResourceManager.ModificationObserver

Notifies observers of modifications to resources (as indicated by a change to their File.lastModified() property).


Method Summary
 void resourceModified(String path, long lastModified)
          Notes that a resource has been modified.
 

Method Detail

resourceModified

void resourceModified(String path,
                      long lastModified)
Notes that a resource has been modified.

Parameters:
path - the path of the resource.
lastModified - the resource's new timestamp.