Exemplo n.º 1
0
 public void execute(IDrawing action)
 {
     action.processAnother();
     action.processOther();
     action.processSome();
 }