}
}
private void handleOperation(Context context, boolean locationSet) {
OperationHandler handler = getOperartionHandler(context, locationSet);
OperationContext opContext = new OperationContext(_widget, locationSet);
handler.handleOperation(opContext);
}