DrawContainerLastEvent

class DrawContainerLastEvent(val mouseX: Int, val mouseY: Int) : Event

Constructors

Link copied to clipboard
fun DrawContainerLastEvent(mouseX: Int, mouseY: Int)

Functions

Link copied to clipboard
open fun getListenerList(): ListenerList
Link copied to clipboard
open fun getPhase(): EventPriority?
Link copied to clipboard
open fun hasResult(): Boolean
Link copied to clipboard
open fun isCancelable(): Boolean
Link copied to clipboard
open fun setPhase(@Nonnull value: EventPriority)

Properties

Link copied to clipboard
Link copied to clipboard
val mouseX: Int
Link copied to clipboard
val mouseY: Int
Link copied to clipboard
var result: Event.Result