org.apache.pivot.wtk
Class DesktopApplicationContext.DisplayListener.Adapter
java.lang.Object
org.apache.pivot.wtk.DesktopApplicationContext.DisplayListener.Adapter
- All Implemented Interfaces:
- DesktopApplicationContext.DisplayListener
- Enclosing interface:
- DesktopApplicationContext.DisplayListener
public static class DesktopApplicationContext.DisplayListener.Adapter
- extends Object
- implements DesktopApplicationContext.DisplayListener
DisplayListener adapter.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DesktopApplicationContext.DisplayListener.Adapter
public DesktopApplicationContext.DisplayListener.Adapter()
hostWindowOpened
public void hostWindowOpened(Display display)
- Description copied from interface:
DesktopApplicationContext.DisplayListener
- Called when the host window for secondary display has been opened.
- Specified by:
hostWindowOpened
in interface DesktopApplicationContext.DisplayListener
hostWindowClosed
public void hostWindowClosed(Display display)
- Description copied from interface:
DesktopApplicationContext.DisplayListener
- Called when the host window for secondary display has been closed.
- Specified by:
hostWindowClosed
in interface DesktopApplicationContext.DisplayListener