Package com.jogamp.newt.event
Interface MonitorModeListener
-
public interface MonitorModeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmonitorModeChanged(MonitorEvent me, boolean success)called after the monitor mode has been changedvoidmonitorModeChangeNotify(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
-
-