com.jogamp.newt.event
Interface MonitorModeListener


public interface MonitorModeListener


Method Summary
 void monitorModeChanged(MonitorEvent me, boolean success)
          called after the monitor mode has been changed
 void monitorModeChangeNotify(MonitorEvent me)
          called before the monitor mode will be changed
 

Method Detail

monitorModeChangeNotify

void monitorModeChangeNotify(MonitorEvent me)
called before the monitor mode will be changed


monitorModeChanged

void monitorModeChanged(MonitorEvent me,
                        boolean success)
called after the monitor mode has been changed



Copyright 2010 JogAmp Community.