intervalRemoved(ListDataEvent) *3
JDK Doc(JAVA)Download this dictionary
intervalRemoved(ListDataEvent) *3
- Method in interface javax.swing.event.ListDataListener 
public void intervalRemoved (ListDataEvent  e)
Sent after the indices in the index0,index1 interval have been removed from the data model. The interval includes both index0 and index1.Parameters: e - a ListDataEvent encapuslating the event information