| 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
|
[Expand]
Inherited Methods |
From class
net.gtaun.util.event.Event
|
void
|
interrupt()
|
|
boolean
|
isInterrupted()
|
|
String
|
toString()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
public
String
getFunctionName
()
public
int
getReturnValue
()
public
void
setReturnValue
(int returnValue)