AttachExceptionCommand class
class AttachExceptionCommand implements AttachCommand {
/**
* The singleton command used to attach widgets.
*/
void execute(Widget w) {
w.onAttach();
}
}
class AttachExceptionCommand implements AttachCommand {
/**
* The singleton command used to attach widgets.
*/
void execute(Widget w) {
w.onAttach();
}
}