Interface HasMutableActions<X>
- All Superinterfaces:
HasEventType
- All Known Implementing Classes:
EasyTrigger
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddefault Class<?>voidremoveAction(Action<? super X> action) voidsetActions(List<Action<? super X>> actions)
-
Method Details
-
getActions
-
setActions
-
addAction
-
addAction
-
removeAction
-
classForActions
-
getEventType
- Specified by:
getEventTypein interfaceHasEventType
-