com.algosome.common.event
Class ContiguousSelectionEvent

java.lang.Object
  extended by com.algosome.common.event.ContiguousSelectionEvent

public class ContiguousSelectionEvent
extends java.lang.Object

Defines an event that specifies a selection change in a linear, contiguous array.

Author:
Greg Cope
See Also:
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

ContiguousSelectionEvent

public ContiguousSelectionEvent(java.lang.Object source,
                                int s,
                                int e)
Parameters:
source -
s -
e -
Method Detail

getStart

public int getStart()
Returns:

getEnd

public int getEnd()
Returns:

getSource

public java.lang.Object getSource()
Returns: