org.oddjob.arooa.design.view.multitype
Class MultiTypeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.oddjob.arooa.design.view.multitype.MultiTypeEvent
All Implemented Interfaces:
Serializable

public class MultiTypeEvent
extends EventObject

An event for a MultiTypeListener.

See Also:
Serialized Form
Author:
rob

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MultiTypeEvent(MultiTypeModel source, int row)
          Constructor.
 
Method Summary
 int getRow()
          The row number for the event.
 MultiTypeModel getSource()
           
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiTypeEvent

public MultiTypeEvent(MultiTypeModel source,
                      int row)
Constructor.

Parameters:
source - The source.
row - The row number for the event.
Method Detail

getRow

public int getRow()
The row number for the event.

Returns:
The row number.

getSource

public MultiTypeModel getSource()
Overrides:
getSource in class EventObject