org.apache.pivot.wtk
Interface DesktopApplicationContext.DisplayListener

All Known Implementing Classes:
DesktopApplicationContext.DisplayListener.Adapter
Enclosing class:
DesktopApplicationContext

public static interface DesktopApplicationContext.DisplayListener

Display listener interface.


Nested Class Summary
static class DesktopApplicationContext.DisplayListener.Adapter
          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.
 

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 -