public class ActionClassAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.ActionClassListener
| Constructor and Description | 
|---|
| ActionClassAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | actionAdded(String arg0) | 
| void | actionRemoved(String arg0,
             org.apache.pivot.wtk.Action arg1) | 
| void | actionUpdated(String arg0,
             org.apache.pivot.wtk.Action arg1) | 
| CallableWithArgs<Void> | getActionAdded() | 
| CallableWithArgs<Void> | getActionRemoved() | 
| CallableWithArgs<Void> | getActionUpdated() | 
| void | setActionAdded(CallableWithArgs<Void> actionAdded) | 
| void | setActionRemoved(CallableWithArgs<Void> actionRemoved) | 
| void | setActionUpdated(CallableWithArgs<Void> actionUpdated) | 
public CallableWithArgs<Void> getActionAdded()
public CallableWithArgs<Void> getActionUpdated()
public CallableWithArgs<Void> getActionRemoved()
public void setActionAdded(CallableWithArgs<Void> actionAdded)
public void setActionUpdated(CallableWithArgs<Void> actionUpdated)
public void setActionRemoved(CallableWithArgs<Void> actionRemoved)
public void actionAdded(String arg0)
actionAdded in interface org.apache.pivot.wtk.ActionClassListenerpublic void actionUpdated(String arg0, org.apache.pivot.wtk.Action arg1)
actionUpdated in interface org.apache.pivot.wtk.ActionClassListenerpublic void actionRemoved(String arg0, org.apache.pivot.wtk.Action arg1)
actionRemoved in interface org.apache.pivot.wtk.ActionClassListener