|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.utility.events.WindowClosingRenderLoopEnder
public class WindowClosingRenderLoopEnder
This is the most common implementation of WindowClosingListener.
It simply ends the RenderLoop when the Window is closed.
| Constructor Summary | |
|---|---|
WindowClosingRenderLoopEnder(RenderLoop renderLoop)
|
|
WindowClosingRenderLoopEnder(RenderLoop renderLoop,
Canvas3D canvas)
|
|
| Method Summary | |
|---|---|
void |
onWindowCloseRequested(Canvas3D canvas)
This event is fired, if the user has requested the Canvas3D's parent window to be closed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowClosingRenderLoopEnder(RenderLoop renderLoop)
public WindowClosingRenderLoopEnder(RenderLoop renderLoop,
Canvas3D canvas)
| Method Detail |
|---|
public void onWindowCloseRequested(Canvas3D canvas)
WindowClosingListener
onWindowCloseRequested in interface WindowClosingListenercanvas - the Canvas3D, which's parent window is to be closed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||