Groovy Documentation

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

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

public class ActionClassAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure actionAdded

private Closure actionRemoved

private Closure actionUpdated

 
Constructor Summary
ActionClassAdapter()

 
Method Summary
void actionAdded(String arg0)

void actionRemoved(String arg0, org.apache.pivot.wtk.Action arg1)

void actionUpdated(String arg0, org.apache.pivot.wtk.Action arg1)

Closure getActionAdded()

Closure getActionRemoved()

Closure getActionUpdated()

void setActionAdded(Closure actionAdded)

void setActionRemoved(Closure actionRemoved)

void setActionUpdated(Closure actionUpdated)

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

Field Detail

actionAdded

private Closure actionAdded


actionRemoved

private Closure actionRemoved


actionUpdated

private Closure actionUpdated


 
Constructor Detail

ActionClassAdapter

ActionClassAdapter()


 
Method Detail

actionAdded

public void actionAdded(String arg0)


actionRemoved

public void actionRemoved(String arg0, org.apache.pivot.wtk.Action arg1)


actionUpdated

public void actionUpdated(String arg0, org.apache.pivot.wtk.Action arg1)


getActionAdded

public Closure getActionAdded()


getActionRemoved

public Closure getActionRemoved()


getActionUpdated

public Closure getActionUpdated()


setActionAdded

public void setActionAdded(Closure actionAdded)


setActionRemoved

public void setActionRemoved(Closure actionRemoved)


setActionUpdated

public void setActionUpdated(Closure actionUpdated)


 

Groovy Documentation