|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.util.resources.FakeModifyableResource
public final class FakeModifyableResource
This can be added to a ResourceDependencyList, and can be marked as "changed" by some event, causing all dependent resources to reload in debug mode.
Constructor Summary | |
---|---|
FakeModifyableResource()
Create the resource with a current timestamp. |
Method Summary | |
---|---|
boolean |
isModified()
Returns T if this resource has been modified. |
void |
markChanged()
Mark this resource as "changed" by changing the "timestamp". |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FakeModifyableResource()
Method Detail |
---|
public boolean isModified()
IIsModified
isModified
in interface IIsModified
public void markChanged()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |