Package | Description |
---|---|
org.multibit.hd.hardware.core.events |
Modifier and Type | Method and Description |
---|---|
HardwareWalletEventType |
HardwareWalletEvent.getEventType() |
static HardwareWalletEventType |
HardwareWalletEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HardwareWalletEventType[] |
HardwareWalletEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType eventType,
HardwareWalletMessage message,
String source)
A hardware event can wrap a hardware wallet message adapted from a protocol buffer message
|
static void |
HardwareWalletEvents.fireHardwareWalletEvent(HardwareWalletEventType eventType,
String source)
A hardware event can have no further information
|
Constructor and Description |
---|
HardwareWalletEvent(HardwareWalletEventType eventType,
com.google.common.base.Optional<HardwareWalletMessage> message,
String source) |
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.