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