jve.generated
Interface IActionBinder.ActionBinderListener

All Superinterfaces:
java.util.EventListener
Enclosing interface:
IActionBinder

public static interface IActionBinder.ActionBinderListener
extends java.util.EventListener

Interface used to register for action triggering notification.


Method Summary
 void afterActionPerformed(IActionBinder.ActionBinderEvent e)
          afterActionPeformed is called after the ActionBinder's action occurs.
 void beforeActionPerformed(IActionBinder.ActionBinderEvent e)
          beforeActionPerformed is called before the ActionBinder's action occurs.
 

Method Detail

beforeActionPerformed

public void beforeActionPerformed(IActionBinder.ActionBinderEvent e)
beforeActionPerformed is called before the ActionBinder's action occurs. The meaning of actionPeformed is dependant on the Action implementation.

Parameters:
e - the ActionBinderEvent

afterActionPerformed

public void afterActionPerformed(IActionBinder.ActionBinderEvent e)
afterActionPeformed is called after the ActionBinder's action occurs. The meaning of actionPeformed is dependant on the Action implementation.

Parameters:
e - the ActionBinderEvent