All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.webrunner.bab.NewModelEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.ibm.webrunner.bab.NewModelEvent

public class NewModelEvent
extends EventObject
This event is sent to the registered listeners with the new instance of the model.

Modification(s) History :
11/11/98 - created

Version:
0.1

Constructor Index

 o NewModelEvent(Object, Object)
Constructor

Method Index

 o getEventData()
Return the new Model associated with this event.

Constructors

 o NewModelEvent
 public NewModelEvent(Object source,
                      Object eventData)
Constructor

Parameters:
source - event source
eventData - some Selection data.

Methods

 o getEventData
 public Object getEventData()
Return the new Model associated with this event.


All Packages  Class Hierarchy  This Package  Previous  Next  Index