@FunctionalInterface
public static interface AbstractConfigurableItem.ItemActioner<O,M>
| Modifier and Type | Method and Description |
|---|---|
void |
action(AbstractConfigurableItem.ConfigurableModelContext<O,M> context)
Undertakes action for the item.
|
void action(AbstractConfigurableItem.ConfigurableModelContext<O,M> context) throws java.lang.Throwable
context - AbstractConfigurableItem.ConfigurableModelContext.java.lang.Throwable - If failure in actioning.Copyright © 2005–2018. All rights reserved.