Interface SurfaceUpdatedListener

    • Method Detail

      • surfaceUpdated

        void surfaceUpdated​(Object updater,
                            NativeSurface ns,
                            long when)
        Notification of a surface update event, eg. after a swap buffer operation.
        Parameters:
        updater - is the caller object who updated the surface, e.g. a JOGL GLDrawable.
        ns - the updated NativeSurface
        when - the time in ms, when the surface was updated