|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StateDelta
A state delta contains all the changes to bundles within a state.
This interface is not intended to be implemented by clients.
Method Summary | |
---|---|
BundleDelta[] |
getChanges()
Returns an array of all the bundle deltas in this delta regardless of type. |
BundleDelta[] |
getChanges(int mask,
boolean exact)
Returns an array of all the members of this delta which match the given flags. |
State |
getState()
Returns the state whose changes are represented by this delta. |
Method Detail |
---|
BundleDelta[] getChanges()
BundleDelta[] getChanges(int mask, boolean exact)
mask
- exact
-
State getState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |