AttachCommand abstract class
The command to execute when iterating through child widgets.
abstract class AttachCommand {
void execute(Widget w);
}
Subclasses
AttachExceptionCommand, DetachExceptionCommand, MaybeDetachExceptionCommand, OrpahExceptionCommand