All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface bea.jolt.beans.JoltOutputListener

public interface JoltOutputListener
extends EventListener
This interface is implemented by listeners of JoltOutputEvents. These are typically GUI controls displaying output data of services or TUXEDO notifications/events from a session.

See Also:
JoltOutputEvent

Method Index

 o serviceReturned(JoltOutputEvent)
This method will be called by a JoltServiceBean after its callService() completes successfully or by a JoltSessionBean when a TUXEDO notfication/event subscribed to by a JoltUserEventBean has arrived.

Methods

 o serviceReturned
 public abstract void serviceReturned(JoltOutputEvent evt)
This method will be called by a JoltServiceBean after its callService() completes successfully or by a JoltSessionBean when a TUXEDO notfication/event subscribed to by a JoltUserEventBean has arrived. The JoltServiceBean or JoltSessionBean sends the JoltOutputEvent to registered listeners that have implemented this interface. The implementation of this method typically uses data from within the event for display or control.

Parameters:
evt - the event object

All Packages  Class Hierarchy  This Package  Previous  Next  Index