net.sf.jameleon.event
Class DataDrivableEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.sf.jameleon.event.DataDrivableEvent
All Implemented Interfaces:
Serializable

public class DataDrivableEvent
extends EventObject

See Also:
Serialized Form

Field Summary
protected  Map rowData
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DataDrivableEvent(Object source)
           
 
Method Summary
 Map getRowData()
           
 void setRowData(Map rowData)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rowData

protected Map rowData
Constructor Detail

DataDrivableEvent

public DataDrivableEvent(Object source)
Method Detail

setRowData

public void setRowData(Map rowData)

getRowData

public Map getRowData()


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.