InvocationListener

org.nlogo.lite.InterfaceComponent.InvocationListener
trait InvocationListener extends EventListener

Callback interface used by reportAndCallback()

Attributes

Source
InterfaceComponent.scala
Graph
Supertypes
trait EventListener
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Called by reportAndCallback() if the code did not compile.

Called by reportAndCallback() if the code did not compile.

Attributes

Source
InterfaceComponent.scala
def handleResult(value: AnyRef): Unit

Called by reportAndCallback() if the request completes successfully.

Called by reportAndCallback() if the request completes successfully.

Attributes

Source
InterfaceComponent.scala