MPIEvent

interface MPIEvent

MPIEvent represent event buses.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

eventName
Link copied to clipboard
abstract val eventName: String
Name of the MPIEvent
expectedClass
Link copied to clipboard
abstract val expectedClass: KClass<*>?
  • Note: 1. Base Event 2. Bridge Event 3. Navigator

Inheritors

BaseEvent
Link copied to clipboard
BridgeEvent
Link copied to clipboard
NavigatorEvent
Link copied to clipboard