public class RequestNew
extends java.lang.Object
Constructor and Description |
---|
RequestNew(int[] arr,
GUIPanel gp) |
Modifier and Type | Method and Description |
---|---|
int[] |
getData()
Return the data of the request, as an array of bytes, stored as integers
from 0 to 255.
|
void |
resolve()
Take the request and resolve it, doing the action this request asks us to
do.
|
public RequestNew(int[] arr, GUIPanel gp)
public int[] getData()
public void resolve()