Generated by
JDiff

Interface com.adobe.cq.screens.device.DeviceManager

Added Methods
void acknowledgeCommand(Device, String) Acknowledge the command for the specified device.
void executeCommand(Device, String, JSONObject, boolean) Execute the desired command on the specified device.
Device saveScreenshot(Device, InputStream) Adds new screenshot content as a nt:file under device's profile_screens node
 

Changed Methods
Iterator getDevices(Predicate) Change in signature from Predicate to org.apache.commons.collections.Predicate.
Returns an iterator over all devices that fulfill the given predicate.