com.threerings.resource
Class ResourceManager.ResourceModifiedOp
java.lang.Object
com.threerings.resource.ResourceManager.ResourceModifiedOp
- All Implemented Interfaces:
- ObserverList.ObserverOp<ResourceManager.ModificationObserver>
- Enclosing class:
- ResourceManager
protected static class ResourceManager.ResourceModifiedOp
- extends Object
- implements ObserverList.ObserverOp<ResourceManager.ModificationObserver>
An observer op that calls ResourceManager.ModificationObserver.resourceModified(java.lang.String, long).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_path
protected String _path
_lastModified
protected long _lastModified
ResourceManager.ResourceModifiedOp
protected ResourceManager.ResourceModifiedOp()
init
public void init(String path,
long lastModified)
apply
public boolean apply(ResourceManager.ModificationObserver obs)
- Specified by:
apply in interface ObserverList.ObserverOp<ResourceManager.ModificationObserver>