Groovy Documentation

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

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

public class ClipboardContentAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure contentChanged

 
Constructor Summary
ClipboardContentAdapter()

 
Method Summary
void contentChanged(org.apache.pivot.wtk.LocalManifest arg0)

Closure getContentChanged()

void setContentChanged(Closure contentChanged)

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

Field Detail

contentChanged

private Closure contentChanged


 
Constructor Detail

ClipboardContentAdapter

ClipboardContentAdapter()


 
Method Detail

contentChanged

public void contentChanged(org.apache.pivot.wtk.LocalManifest arg0)


getContentChanged

public Closure getContentChanged()


setContentChanged

public void setContentChanged(Closure contentChanged)


 

Groovy Documentation