jdbreport.source
Class CursorChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by jdbreport.source.CursorChangedEvent
All Implemented Interfaces:
Serializable

public class CursorChangedEvent
extends EventObject

Version:
1.1 03/09/08
Author:
Andrey Kholmanskih
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CursorChangedEvent(Object source)
           
 
Method Summary
 MasterDataSet getMasterDataSet()
           
 
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
 

Constructor Detail

CursorChangedEvent

public CursorChangedEvent(Object source)
Method Detail

getMasterDataSet

public MasterDataSet getMasterDataSet()