org.objectweb.jac.aspects.gui
Class CollectionEvent

java.lang.Object
  extended byorg.objectweb.jac.aspects.gui.Event
      extended byorg.objectweb.jac.aspects.gui.SubstanceEvent
          extended byorg.objectweb.jac.aspects.gui.CollectionEvent
Direct Known Subclasses:
AddEvent, RemoveEvent

public class CollectionEvent
extends SubstanceEvent

Event for a method invocation


Constructor Summary
CollectionEvent(View source, Object substance, CollectionItem collection)
           
 
Method Summary
 CollectionItem getCollection()
           
 void setCollection(CollectionItem newCollection)
           
 String toString()
           
 
Methods inherited from class org.objectweb.jac.aspects.gui.SubstanceEvent
getSubstance, setSubstance
 
Methods inherited from class org.objectweb.jac.aspects.gui.Event
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionEvent

public CollectionEvent(View source,
                       Object substance,
                       CollectionItem collection)
Method Detail

getCollection

public CollectionItem getCollection()

setCollection

public void setCollection(CollectionItem newCollection)

toString

public String toString()
Overrides:
toString in class SubstanceEvent