class J3dNotification
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.Object[] |
args |
(package private) static int |
INVALID_TYPE
The various notification types.
|
(package private) static int |
MAX_ARGS
The arguements for a message, 6 for now
|
(package private) static int |
RENDERING_ERROR |
(package private) static int |
SHADER_ERROR |
(package private) int |
type
This holds the type of this message
|
(package private) VirtualUniverse |
universe
The universe that this message originated from
|
| Constructor and Description |
|---|
J3dNotification() |
static final int INVALID_TYPE
static final int SHADER_ERROR
static final int RENDERING_ERROR
int type
VirtualUniverse universe
static final int MAX_ARGS
java.lang.Object[] args
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.