public void execute(IDrawing action) { action.processAnother(); action.processOther(); action.processSome(); }