|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.swing.pojo.SaveBeforeActionHandler
public class SaveBeforeActionHandler
An event handler to save the bound values before calling the specified event
Copyright (c) Formaria Ltd., 2008
License: see license.txt
| Field Summary | |
|---|---|
protected AriaEventHandler |
eventHandler
|
| Constructor Summary | |
|---|---|
SaveBeforeActionHandler()
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent ae)
The action event has occured |
java.lang.String |
getAddMethodName()
Get the name of the adder method e.g. |
long |
getEventMask()
Get the event mask |
java.lang.String |
getListenerInterfaceName()
Get the name of the listener e.g. |
void |
setEventHandler(AriaEventHandler xeh)
Set the current event handler |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AriaEventHandler eventHandler
| Constructor Detail |
|---|
public SaveBeforeActionHandler()
| Method Detail |
|---|
public void setEventHandler(AriaEventHandler xeh)
setEventHandler in interface EventAdapterxeh - the event handlerpublic java.lang.String getAddMethodName()
getAddMethodName in interface EventAdapterpublic java.lang.String getListenerInterfaceName()
getListenerInterfaceName in interface EventAdapterpublic long getEventMask()
getEventMask in interface EventAdapterpublic void actionPerformed(java.awt.event.ActionEvent ae)
actionPerformed in interface java.awt.event.ActionListenere - the event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||