Interface AttachEvent.Handler
-
- All Superinterfaces:
EventHandler
- Enclosing class:
- AttachEvent
public static interface AttachEvent.Handler extends EventHandler
Implemented by objects that handleAttachEvent
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAttachOrDetach(AttachEvent event)
-
-
-
Method Detail
-
onAttachOrDetach
void onAttachOrDetach(AttachEvent event)
-
-