org.pietschy.command
Class GroupEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.pietschy.command.GroupEvent
All Implemented Interfaces:
java.io.Serializable

public class GroupEvent
extends java.util.EventObject

This event is fired by CommandGroup.

See Also:
GroupListener, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GroupEvent(java.lang.Object source)
           
 
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

GroupEvent

public GroupEvent(java.lang.Object source)