public interface

AmxCallable

net.gtaun.shoebill.amx.AmxCallable

Summary

Constants
int INVALID_CALLABLE
Public Methods
abstract Object call(Object... args)
abstract String getName()
abstract ReturnType getReturnType()

Constants

public static final int INVALID_CALLABLE

Constant Value: 2147483647 (0x7fffffff)

Public Methods

public abstract Object call (Object... args)

public abstract String getName ()

public abstract ReturnType getReturnType ()