javax.media.j3d
Class J3dNotification

java.lang.Object
  extended by javax.media.j3d.J3dNotification

 class J3dNotification
extends java.lang.Object

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

INVALID_TYPE

static final int INVALID_TYPE
The various notification types.

See Also:
Constant Field Values

SHADER_ERROR

static final int SHADER_ERROR
See Also:
Constant Field Values

RENDERING_ERROR

static final int RENDERING_ERROR
See Also:
Constant Field Values

type

int type
This holds the type of this message


universe

VirtualUniverse universe
The universe that this message originated from


MAX_ARGS

static final int MAX_ARGS
The arguements for a message, 6 for now

See Also:
Constant Field Values

args

java.lang.Object[] args
Constructor Detail

J3dNotification

J3dNotification()


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.