Module:libutilPackage:org.milescript.handlerParent:ObjectGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)

org.milescript.handler.AbstractEventHandler : abstract

Inheritance : Object

Methods

NameSignature
deactivatevoid deactivate()
getCurrentToolint getCurrentTool()
handleDblClickvoid handleDblClick(Event e)
handleMouseDownvoid handleMouseDown(Event e)
handleMouseMovevoid handleMouseMove(Event e)
handleMouseOutvoid handleMouseOut(Event e)
handleMouseUpvoid handleMouseUp(Event e)
resetToolvoid resetTool()
toolChangedvoid toolChanged(int newTool)

Properties

NameTypeComment
active
core.boolean
handler
org.milescript.handler.Handler
previousTool
core.int
tool
core.int

Methods

deactivate

void deactivate()


getCurrentTool

int getCurrentTool()

Returns
core.int

handleDblClick

void handleDblClick(Event e)

Parameters

NameTypeDescription
eorg.milescript.javascript.Event

handleMouseDown

void handleMouseDown(Event e)

Parameters

NameTypeDescription
eorg.milescript.javascript.Event

handleMouseMove

void handleMouseMove(Event e)

Parameters

NameTypeDescription
eorg.milescript.javascript.Event

handleMouseOut

void handleMouseOut(Event e)

Parameters

NameTypeDescription
eorg.milescript.javascript.Event

handleMouseUp

void handleMouseUp(Event e)

Parameters

NameTypeDescription
eorg.milescript.javascript.Event

resetTool

void resetTool()


toolChanged

void toolChanged(int newTool)

Parameters

NameTypeDescription
newToolcore.int

Module:libutilPackage:org.milescript.handlerParent:ObjectGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)