NavigatorEvent

enum NavigatorEvent : Enum<NavigatorEvent> , MPIEvent

This enum holds the value of different navigator events that can be sent to the event bus

Entries

SHOW_OVERVIEW
Link copied to clipboard
SHOW_OVERVIEW("SHOW_OVERVIEW")
event for showing overview
GET_MODE
Link copied to clipboard
GET_MODE("GET_MODE")
event for getting mode

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: NavigatorEvent): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<NavigatorEvent>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

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

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int