javax.media.nativewindow
Interface SurfaceUpdatedListener

All Known Subinterfaces:
NativeSurface, NativeWindow
All Known Implementing Classes:
ProxySurface

public interface SurfaceUpdatedListener


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

Method Detail

surfaceUpdated

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

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


Copyright 2010 JogAmp Community.