#include <LCD_DocListener.hh>
Public Member Functions | |
| virtual void | mutateDocHandler (LCD_DocumentImpl &doc) |
| virtual void | deleteDocHander (LCD_DocumentImpl &doc) |
|
|
Definition at line 18 of file LCD_DocListener.hh.
00018 {
00019 return; // by default do nothing
00020 }
|
|
|
Definition at line 15 of file LCD_DocListener.hh.
00015 {
00016 return; // by default do nothing
00017 }
|
1.3.4