wt.clients.csm.widgets
Class ColumnSelectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bywt.clients.csm.widgets.ColumnSelectionEvent
All Implemented Interfaces:
Serializable

public class ColumnSelectionEvent
extends EventObject

See Also:
Serialized Form

Field Summary
private  int col
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ColumnSelectionEvent(Object source, int col)
           
 
Method Summary
 int getColumn()
           
 
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

col

private int col
Constructor Detail

ColumnSelectionEvent

public ColumnSelectionEvent(Object source,
                            int col)
Method Detail

getColumn

public int getColumn()