|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyRecorder
An interface that allows us to keep track of changed properties in JavaScript objects. This is used when compiling prototypes in order to be able to remove properties from prototypes that haven't been renewed in the compilation step.
Method Summary | |
---|---|
void |
clearChangeSet()
Clear the set of changed properties. |
java.util.Set |
getChangeSet()
Returns a set containing the names of properties changed since the last time startRecording() was called. |
void |
startRecording()
Tell this PropertyRecorder to start recording changes to properties |
void |
stopRecording()
Tell this PropertyRecorder to stop recording changes to properties |
Method Detail |
---|
void startRecording()
void stopRecording()
java.util.Set getChangeSet()
void clearChangeSet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |