public class

AmxCallEvent

extends Event
java.lang.Object
   ↳ net.gtaun.util.event.Event
     ↳ net.gtaun.shoebill.amx.AmxCallEvent

Class Overview

Created by marvin on 24.01.15 in project shoebill-api. Copyright (c) 2015 Marvin Haschker. All rights reserved.

Summary

Public Constructors
AmxCallEvent(String functionName, Object... parameters)
Public Methods
void disallow()
String getFunctionName()
Object[] getParameters()
int getReturnValue()
int isDisallow()
void setReturnValue(int returnValue)
[Expand]
Inherited Methods
From class net.gtaun.util.event.Event
From class java.lang.Object

Public Constructors

public AmxCallEvent (String functionName, Object... parameters)

Public Methods

public void disallow ()

public String getFunctionName ()

public Object[] getParameters ()

public int getReturnValue ()

public int isDisallow ()

public void setReturnValue (int returnValue)