|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.algosome.common.event.ContiguousSelectionEvent
public class ContiguousSelectionEvent
Defines an event that specifies a selection change in a linear, contiguous array.
ContiguousSelectionListener
Constructor Summary | |
---|---|
ContiguousSelectionEvent(java.lang.Object source,
int s,
int e)
|
Method Summary | |
---|---|
int |
getEnd()
|
java.lang.Object |
getSource()
|
int |
getStart()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContiguousSelectionEvent(java.lang.Object source, int s, int e)
source
- s
- e
- Method Detail |
---|
public int getStart()
public int getEnd()
public java.lang.Object getSource()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |