Brownie Application Event

open class BrownieApplicationEvent : EquinoxApplicationEvent<T>

The BrownieApplicationEvent is the class used to share the information of an event emitted by the BrownieEventsEmitter allowing the dedicated BrownieEventsCollector to retrieve and use that information

Author

N7ghtm4r3 - Tecknobit

Since

1.0.1

See also

EquinoxApplicationEvent

Constructors

Link copied to clipboard
constructor(source: Any, eventType: BrownieApplicationEventType, extra: Array<Any>)
Constructor used to create the event to emit

Properties

Link copied to clipboard
val eventType: T
Link copied to clipboard
open val extra: Array<Any>
Link copied to clipboard
open var onEventConsumed: EquinoxEventsCollector.OnEventConsumed
Link copied to clipboard
private val serialVersionUID: Long = 7099057708183571937
Link copied to clipboard
protected open var source: Any
Link copied to clipboard

Functions

Link copied to clipboard
open fun getSource(): Any
Link copied to clipboard
Link copied to clipboard
open fun setExtra(extra: Array<Any>)
Link copied to clipboard
open fun toString(): String