public class MultiListSelectionEvent extends EventObject
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiListSelectionEvent.EventType |
source| Constructor and Description |
|---|
MultiListSelectionEvent(Object source,
MultiListSelectionEvent.EventType eventType,
int firstIndex,
int lastIndex,
boolean valueIsAdjusting) |
| Modifier and Type | Method and Description |
|---|---|
MultiListSelectionEvent.EventType |
getEventType() |
int |
getFirstIndex() |
int |
getLastIndex() |
boolean |
getValueIsAdjusting() |
getSource, toStringpublic MultiListSelectionEvent(Object source, MultiListSelectionEvent.EventType eventType, int firstIndex, int lastIndex, boolean valueIsAdjusting)
public boolean getValueIsAdjusting()
public MultiListSelectionEvent.EventType getEventType()
public int getFirstIndex()
public int getLastIndex()
Copyright © 2017. All rights reserved.