modnlp.tec.client.gui.event
public class ConcordanceListSizeEvent extends java.util.EventObject
Constructor and Description |
---|
ConcordanceListSizeEvent(java.lang.Object source,
int noFound)
Events raised on ConcordanceDisplayListener's to notify them of
concordance list changes (and request the appropriate display updates.
|
Modifier and Type | Method and Description |
---|---|
int |
getNoFound()
Return the index of the first object (of a concordance array)
to be displayed by a ConcordanceDisplayListener.
|
java.lang.String |
toString()
Returns a string that displays and identifies this
object's properties.
|
public ConcordanceListSizeEvent(java.lang.Object source, int noFound)
public int getNoFound()
public java.lang.String toString()
toString
in class java.util.EventObject