jve.generated
Class IActionBinder.ActionBinderEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjve.generated.IActionBinder.ActionBinderEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IActionBinder

public static class IActionBinder.ActionBinderEvent
extends java.util.EventObject

A action binder event is fired before and after the ActionBinder's action is performed. This is useful to add pre and post processing logic that's triggered by performing the action.

See Also:
Serialized Form

Constructor Summary
IActionBinder.ActionBinderEvent(java.lang.Object source)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IActionBinder.ActionBinderEvent

public IActionBinder.ActionBinderEvent(java.lang.Object source)