Package org.ldk.structs
Class MonitorEvent
- java.lang.Object
-
- org.ldk.structs.MonitorEvent
-
- Direct Known Subclasses:
MonitorEvent.CommitmentTxBroadcasted
,MonitorEvent.HTLCEvent
public class MonitorEvent extends Object
An event to be processed by the ChannelManager.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MonitorEvent.CommitmentTxBroadcasted
static class
MonitorEvent.HTLCEvent
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitorEvent
clone()
Creates a copy of the MonitorEventstatic MonitorEvent
commitment_tx_broadcasted(OutPoint a)
Utility method to constructs a new CommitmentTxBroadcasted-variant MonitorEventprotected void
finalize()
static MonitorEvent
htlcevent(HTLCUpdate a)
Utility method to constructs a new HTLCEvent-variant MonitorEvent
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
clone
public MonitorEvent clone()
Creates a copy of the MonitorEvent
-
htlcevent
public static MonitorEvent htlcevent(HTLCUpdate a)
Utility method to constructs a new HTLCEvent-variant MonitorEvent
-
commitment_tx_broadcasted
public static MonitorEvent commitment_tx_broadcasted(OutPoint a)
Utility method to constructs a new CommitmentTxBroadcasted-variant MonitorEvent
-
-