X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fe3d%2Fgui%2FViewRenderListener.java;h=6cb982cda61f6181e68061f3c7302832f09942cb;hb=197ac1b87328bb5b06ba52d3768af04b2007b087;hp=54448525d0a5ca0e6254e59d4425a87bf39c6cae;hpb=8bceefbdb7316557ee77902cc6ac216f5c1ff160;p=sixth-3d.git diff --git a/src/main/java/eu/svjatoslav/sixth/e3d/gui/ViewRenderListener.java b/src/main/java/eu/svjatoslav/sixth/e3d/gui/ViewRenderListener.java index 5444852..6cb982c 100644 --- a/src/main/java/eu/svjatoslav/sixth/e3d/gui/ViewRenderListener.java +++ b/src/main/java/eu/svjatoslav/sixth/e3d/gui/ViewRenderListener.java @@ -1,10 +1,8 @@ /* - * Sixth 3D engine. Copyright ©2012-2018, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of version 3 of the GNU Lesser General Public License - * or later as published by the Free Software Foundation. + * Sixth 3D engine. Author: Svjatoslav Agejenko. + * This project is released under Creative Commons Zero (CC0) license. * +* */ package eu.svjatoslav.sixth.e3d.gui; @@ -14,9 +12,9 @@ public interface ViewRenderListener { /** * Notifies that it is about time to render next frame and * allows listener to do any related processing that it needs to. - * + *

* Each {@link ViewRenderListener} will be notified exactly once before every frame is rendered. - * + *

* {@link ViewRenderListener} can determine if frame repaint is actually * needed from its perspective. Frame will be rendered only if at least one listener says yes. *