Package ch.bailu.gtk.gio
Schnittstelle ActionMapInterface.OnRemoveAction
- Umschließende Klasse:
ActionMapInterface
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onRemoveAction
(CallbackHandler __self, ActionMap action_map, Str action_name)
-
Methodendetails
-
onRemoveAction
void onRemoveAction(CallbackHandler __self, @Nonnull ActionMap action_map, @Nonnull Str action_name) - Parameter:
action_map
- an action mapaction_name
- the name of the action
-