All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface bea.jolt.beans.JoltInputListener

public interface JoltInputListener
extends EventListener
This interface is implemented by listeners of JoltInputEvents. This is typically a JoltServiceBean.


Method Index

 o dataChanged(JoltInputEvent)
This method is called by the event source when a JoltInputEvent is sent.

Methods

 o dataChanged
 public abstract void dataChanged(JoltInputEvent evt)
This method is called by the event source when a JoltInputEvent is sent.

Parameters:
evt - the event object

All Packages  Class Hierarchy  This Package  Previous  Next  Index