org.apache.pivot.wtk
Class DesktopApplicationContext.DisplayListener.Adapter

java.lang.Object
  extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.DesktopApplicationContext.DisplayListener
DesktopApplicationContext.DisplayListener.Adapter
 
Constructor Summary
DesktopApplicationContext.DisplayListener.Adapter()
           
 
Method Summary
 void hostWindowClosed(Display display)
          Called when the host window for secondary display has been closed.
 void hostWindowOpened(Display display)
          Called when the host window for secondary display has been opened.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesktopApplicationContext.DisplayListener.Adapter

public DesktopApplicationContext.DisplayListener.Adapter()
Method Detail

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