JIDE 3.5.15

com.jidesoft.list
Class ListGroupChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jidesoft.list.ListGroupChangeEvent
All Implemented Interfaces:
Serializable

public class ListGroupChangeEvent
extends EventObject

An event to indicate the group information is changed in GroupableListModel.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ListGroupChangeEvent(Object source)
          Creates a new instance of ListGroupChangeEvent
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListGroupChangeEvent

public ListGroupChangeEvent(Object source)
Creates a new instance of ListGroupChangeEvent

Parameters:
source - the source for this event.

JIDE 3.5.15