Package  Use  Tree  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

 

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


Field Summary
 

Fields inherited from class java.util.EventObject
source
 

Constructor Summary
IActionBinder.ActionBinderEvent(java.lang.Object source)
           
 

Methods inherited from class java.util.EventObject
getSource, toString
 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

 

 

IActionBinder.ActionBinderEvent

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


Package  Use  Tree  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD