All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.webrunner.bab.BABContext

java.lang.Object
   |
   +----com.ibm.webrunner.bab.BABContext

public class BABContext
extends Object
BABContext provides the application context for Action listeners registered with the BAction.

Modification(s) History :
09/15/98 - created

Version:
0.1
See Also:
BAction

Constructor Index

 o BABContext()
No arg constructor
 o BABContext(BABApp, BAction, Object)

Method Index

 o getActionSource()
Returns Action Source
 o getBABApp()
Returns the BABApp
 o getEventSource()
Returns Event source

Constructors

 o BABContext
 public BABContext()
No arg constructor

 o BABContext
 public BABContext(BABApp newBABApp,
                   BAction newActionSource,
                   Object newEventSource)

Methods

 o getBABApp
 public BABApp getBABApp()
Returns the BABApp

 o getActionSource
 public BAction getActionSource()
Returns Action Source

 o getEventSource
 public Object getEventSource()
Returns Event source


All Packages  Class Hierarchy  This Package  Previous  Next  Index