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 void
executeFailure(Object o)
void
executeSuccess(Object o)
JButton[]
getButtons()
void
setButtons(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:
executeSuccess
in interfaceAsyncActionInterface
-
executeFailure
public void executeFailure(Object o)
- Specified by:
executeFailure
in interfaceAsyncActionInterface
-
-