Groovy Documentation

griffon.pivot.support.adapters
[Java] Class WindowClassAdapter

java.lang.Object
  griffon.pivot.support.adapters.WindowClassAdapter
All Implemented Interfaces:
GriffonPivotAdapter, org.apache.pivot.wtk.WindowClassListener

public class WindowClassAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure activeWindowChanged

 
Constructor Summary
WindowClassAdapter()

 
Method Summary
void activeWindowChanged(org.apache.pivot.wtk.Window arg0)

Closure getActiveWindowChanged()

void setActiveWindowChanged(Closure activeWindowChanged)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

activeWindowChanged

private Closure activeWindowChanged


 
Constructor Detail

WindowClassAdapter

WindowClassAdapter()


 
Method Detail

activeWindowChanged

public void activeWindowChanged(org.apache.pivot.wtk.Window arg0)


getActiveWindowChanged

public Closure getActiveWindowChanged()


setActiveWindowChanged

public void setActiveWindowChanged(Closure activeWindowChanged)


 

Groovy Documentation