org.nlogo.lite
Interface InterfaceComponent.InvocationListener

All Superinterfaces:
EventListener
Enclosing class:
InterfaceComponent

public static interface InterfaceComponent.InvocationListener
extends EventListener

Callback interface used by reportAndCallback().


Method Summary
 void handleError(CompilerException error)
          Called by reportAndCallback() if the code did not compile.
 void handleResult(Object value)
          Called by reportAndCallback() if the request completes successfully.
 

Method Detail

handleResult

void handleResult(Object value)
Called by reportAndCallback() if the request completes successfully.


handleError

void handleError(CompilerException error)
Called by reportAndCallback() if the code did not compile.