org.xith3d.render.util
Interface WindowClosingListener
- All Known Implementing Classes:
- WindowClosingRenderLoopEnder
public interface WindowClosingListener
This listener is notified, if a Canvas3D's parent Window is requesting to
be closed (click on the X-button).
This is only supported, if it is running in non-fullscreen-exclusive.
onWindowCloseRequested
void onWindowCloseRequested(Canvas3D canvas)
- This event is fired, if the user has requested the Canvas3D's parent
window to be closed.
- Parameters:
canvas - the Canvas3D, which's parent window is to be closed