Class UnlockableItems
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.UnlockableItems
-
- All Implemented Interfaces:
AsyncActionInterface
public class UnlockableItems extends Object implements AsyncActionInterface
- Author:
- giovanni
-
-
Constructor Summary
Constructors Constructor Description UnlockableItems(JButton[] buttons)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteFailure(Object o)voidexecuteSuccess(Object o)JButton[]getButtons()voidsetButtons(JButton[] buttons)
-
-
-
Constructor Detail
-
UnlockableItems
public UnlockableItems(JButton[] buttons)
-
-
Method Detail
-
getButtons
public JButton[] getButtons()
-
setButtons
public void setButtons(JButton[] buttons)
-
executeSuccess
public void executeSuccess(Object o)
- Specified by:
executeSuccessin interfaceAsyncActionInterface
-
executeFailure
public void executeFailure(Object o)
- Specified by:
executeFailurein interfaceAsyncActionInterface
-
-