|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WURFLAccessibleModel
This is a mutable WURFLModel interface. All classes need to modify
the model must referencing this interface.
| Method Summary | |
|---|---|
void |
addModelListener(WURFLModelListener listener)
Add a WURFLModelListener observe this model. |
void |
applyPatch(WURFLResource patch)
Applies a patch to model runtime. |
void |
applyPatches(WURFLResources patches)
Applies several patches to model runtime. |
void |
removeModelListener(WURFLModelListener listener)
Remove a WURFLModelListener observing this model. |
| Methods inherited from interface net.sourceforge.wurfl.core.resource.WURFLModel |
|---|
getAllCapabilities, getAllDevices, getAllDevicesId, getAllGroups, getCapabilitiesForGroup, getDeviceAncestor, getDeviceById, getDeviceFallback, getDeviceHierarchy, getDevices, getDeviceWhereCapabilityIsDefined, getGroupByCapability, getVersion, isCapabilityDefined, isDeviceDefined, isGroupDefined, size |
| Method Detail |
|---|
void applyPatch(WURFLResource patch)
patch - The resource represents patch.void applyPatches(WURFLResources patches)
patches - The resources represent patches.void addModelListener(WURFLModelListener listener)
WURFLModelListener observe this model.
The - listener to add.void removeModelListener(WURFLModelListener listener)
WURFLModelListener observing this model. If the listener
are not observing this model then the operation is ignored.
The - listener to remove.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||