|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.media.j3d.J3dNotification
class J3dNotification
J3dNotification is used to hold data for asynchronous error notification.
| Field Summary | |
|---|---|
(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 Summary | |
|---|---|
J3dNotification()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
J3dNotification()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||