Package | Description |
---|---|
org.multibit.hd.hardware.core.events |
Modifier and Type | Method and Description |
---|---|
MessageEventType |
MessageEvent.getEventType() |
static MessageEventType |
MessageEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageEventType[] |
MessageEventType.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 |
MessageEvents.fireMessageEvent(MessageEventType messageEventType,
String source)
A message event without a protobuf message is used for communicating system status changes (e.g.
|
Constructor and Description |
---|
MessageEvent(MessageEventType eventType,
com.google.common.base.Optional<HardwareWalletMessage> message,
com.google.common.base.Optional<com.google.protobuf.Message> rawMessage,
String source) |
Copyright © 2013–2018 Bitcoin Solutions Ltd. All rights reserved.