Package com.jogamp.opengl
Interface GLStateKeeper.Listener
-
- Enclosing interface:
- GLStateKeeper
public static interface GLStateKeeper.ListenerListener for preserve and restore notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidglStatePreserveNotify(GLStateKeeper glsk)Invoked before preservation.voidglStateRestored(GLStateKeeper glsk)Invoked after restoration.
-
-
-
Method Detail
-
glStatePreserveNotify
void glStatePreserveNotify(GLStateKeeper glsk)
Invoked before preservation.
-
glStateRestored
void glStateRestored(GLStateKeeper glsk)
Invoked after restoration.
-
-