javax.media.nativewindow
Interface SurfaceUpdatedListener

All Known Subinterfaces:
NativeWindow

public interface SurfaceUpdatedListener


Method Summary
 void surfaceUpdated(Object updater, NativeWindow window, long when)
          Notification of a surface update event.
 

Method Detail

surfaceUpdated

void surfaceUpdated(Object updater,
                    NativeWindow window,
                    long when)
Notification of a surface update event.

Parameters:
updater - is the caller object who updated the surface, e.g. a JOGL GLDrawable.
window - the NativeWindow, which surface is updated
when - the time in ms, when the surface was updated


Copyright 2010 JogAmp Community.