comparison doodle/dia/tool_layer.d @ 97:dcd641209671

What to do...
author David Bryant <bagnose@gmail.com>
date Fri, 27 Aug 2010 18:01:33 +0930
parents a98116479793
children 10ad5417bf07
comparison
equal deleted inserted replaced
96:66210d8ea37a 97:dcd641209671
7 private { 7 private {
8 import doodle.core.logging; 8 import doodle.core.logging;
9 } 9 }
10 10
11 // This interface is used by the palette 11 // This interface is used by the palette
12 interface IToolStack { 12 interface IToolStack { // Rename this because the stack aspect is not significant.
13 void use(Tool tool); 13 void use(Tool tool);
14 } 14 }
15 15
16 interface IToolStackObserver { 16 interface IToolStackObserver {
17 void toolChanged(Tool tool); 17 void toolChanged(Tool tool);