AttachEventHandler abstract class
Implemented by objects that handle {@link AttachEvent}.
abstract class AttachEventHandler extends EventHandler {
void onAttachOrDetach(AttachEvent event);
}
Extends
EventHandler > AttachEventHandler
Implemented by objects that handle {@link AttachEvent}.
abstract class AttachEventHandler extends EventHandler {
void onAttachOrDetach(AttachEvent event);
}
EventHandler > AttachEventHandler