Package org.ldk.structs
Class MessageSendEventsProvider
- java.lang.Object
-
- org.ldk.structs.MessageSendEventsProvider
-
public class MessageSendEventsProvider extends Object
A trait indicating an object may generate message send events
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MessageSendEventsProvider.MessageSendEventsProviderInterface
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
Destroys the object, freeing associated resources.protected void
finalize()
MessageSendEvent[]
get_and_clear_pending_msg_events()
Gets the list of pending events which were generated by previous actions, clearing the list in the process.static MessageSendEventsProvider
new_impl(MessageSendEventsProvider.MessageSendEventsProviderInterface arg)
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
destroy
public void destroy()
Destroys the object, freeing associated resources. After this call, any access to this object may result in a SEGFAULT or worse. You should generally NEVER call this method. You should let the garbage collector do this for you when it finalizes objects. However, it may be useful for types which represent locks and should be closed immediately to avoid holding locks until the GC runs.
-
new_impl
public static MessageSendEventsProvider new_impl(MessageSendEventsProvider.MessageSendEventsProviderInterface arg)
-
get_and_clear_pending_msg_events
public MessageSendEvent[] get_and_clear_pending_msg_events()
Gets the list of pending events which were generated by previous actions, clearing the list in the process.
-
-