Aviatrix3D
2.1.0

org.j3d.aviatrix3d.pipeline.graphics
Interface SurfaceInfoListener

All Known Implementing Classes:
SurfaceInfoListenerMulticaster

public interface SurfaceInfoListener

A listener to pass on the graphics card capabilities detected whenever the graphics device setup changes.

Graphics devices rarely change during the running of an application, but if they do, this will be called each time a change happens and we get a new OpenGL context. It is guaranteed to be called once at the startup of the application during the first running of the rendering cycle. This callback is on an independent thread to the main rendering loop, so do not assume that you are free to make scene graph modifications when this callback is made.

Version:
$Revision: 3.2 $
Author:
Justin Couch

Method Summary
 void surfaceInfoChanged(OutputDevice surface, SurfaceInfo info)
          Notification that the graphics output device has changed GL context and this is the collection of new information.
 

Method Detail

surfaceInfoChanged

void surfaceInfoChanged(OutputDevice surface,
                        SurfaceInfo info)
Notification that the graphics output device has changed GL context and this is the collection of new information.

Parameters:
surface - The output surface that caused the new info
info - The collected set of information known

Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org