JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table
Class JCSortAdapter

java.lang.Object
  |
  +--com.klg.jclass.table.JCSortAdapter
All Implemented Interfaces:
EventListener, JCSortListener

public abstract class JCSortAdapter
extends Object
implements JCSortListener

The adapter which receives JCSort events. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.

See Also:
JCSortEvent

Constructor Summary
JCSortAdapter()
           
 
Method Summary
 void sort(com.klg.jclass.table.JCSortEvent e)
          Invoked after the table is sorted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCSortAdapter

public JCSortAdapter()
Method Detail

sort

public void sort(com.klg.jclass.table.JCSortEvent e)
Invoked after the table is sorted.

Specified by:
sort in interface JCSortListener
Parameters:
e - The event generated by the sort

Copyright © 2004 Quest Software Inc..
All rights reserved.