com.datamessenger.util
Class DataCellEvent


java.lang.Object

  |

  +--java.util.EventObject

        |

        +--com.datamessenger.util.DataCellEvent


public class DataCellEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 boolean update
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DataCellEvent(DataCell cell, boolean update)
           
 
Method Summary
 DataCell getCell()
           
 
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

update


public boolean update
Constructor Detail

DataCellEvent


public DataCellEvent(DataCell cell,

                     boolean update)
Method Detail

getCell


public DataCell getCell()


Comments, suggestions, and bug reports are welcomed and encouraged.
Please refer them to our support page. Thank you.

Copyright © 1999-2001 Produx House, Corp. All rights reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc.