com.pietschy.command.group
Class GroupEvent

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

public class GroupEvent
extends java.util.EventObject

Fired by CommandGroup instances when their member list changes.

See Also:
GroupListener, Serialized Form

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

Parameters:
source - the group the fired the event.


Copyright © 2006 - 2007 Andrew Pietsch