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