modnlp.tec.client.gui.event
public class ConcordanceDisplayEvent extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
CHANGE_EVT |
static int |
DOWNLOADCOMPLETE_EVT |
static int |
DOWNLOADSTATUS_EVT |
protected int |
eventType |
static int |
FIRSTDISPLAY_EVT |
protected int |
firstIndex |
protected java.lang.String |
message |
Constructor and Description |
---|
ConcordanceDisplayEvent(java.lang.Object source,
int firstIndex)
Events raised on ConcordanceDisplayListener's to notify them of
concordance list changes (and request the appropriate display updates.
|
ConcordanceDisplayEvent(java.lang.Object source,
int firstIndex,
int evt,
java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
int |
getEventType() |
int |
getFirstIndex()
Return the index of the first object (of a concordance array)
to be displayed by a ConcordanceDisplayListener.
|
java.lang.String |
getMessage() |
java.lang.String |
toString()
Returns a string that displays and identifies this
object's properties.
|
protected int firstIndex
protected java.lang.String message
protected int eventType
public static final int CHANGE_EVT
public static final int FIRSTDISPLAY_EVT
public static final int DOWNLOADCOMPLETE_EVT
public static final int DOWNLOADSTATUS_EVT
public ConcordanceDisplayEvent(java.lang.Object source, int firstIndex)
public ConcordanceDisplayEvent(java.lang.Object source, int firstIndex, int evt, java.lang.String msg) throws java.lang.IndexOutOfBoundsException
java.lang.IndexOutOfBoundsException
public int getFirstIndex()
public int getEventType()
public java.lang.String getMessage()
public java.lang.String toString()
toString
in class java.util.EventObject