org.apache.pivot.wtk
Interface DesktopApplicationContext.DisplayListener

Enclosing class:
DesktopApplicationContext

public static interface DesktopApplicationContext.DisplayListener

Display listener interface.


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.
 

Method Detail

hostWindowOpened

void hostWindowOpened(Display display)
Called when the host window for secondary display has been opened.

Parameters:
display -

hostWindowClosed

void hostWindowClosed(Display display)
Called when the host window for secondary display has been closed.

Parameters:
display -