com.togethersoft.openapi.modelselection
Class SelectionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.togethersoft.openapi.modelselection.SelectionEvent

public class SelectionEvent
extends EventObject

Author:
TogetherSoft

Field Summary
 private ReferenceCollectionmyCollection
           
 private ReferenceDeltamyDelta
           

Fields inherited from class java.util.EventObject
source

Constructor Summary
SelectionEvent(Object source, ReferenceCollection collection, ReferenceDelta delta)
           

Method Summary
 ReferenceCollectiongetReferenceCollection()
           
 ReferenceDeltagetReferenceDelta()
           

Methods inherited from class java.util.EventObject
getSource, toString

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Field Detail

myCollection

private ReferenceCollection myCollection

myDelta

private ReferenceDelta myDelta
Constructor Detail

SelectionEvent

public SelectionEvent(Object source, ReferenceCollection collection, ReferenceDelta delta)
Method Detail

getReferenceCollection

public ReferenceCollection getReferenceCollection()

getReferenceDelta

public ReferenceDelta getReferenceDelta()

Association Links

to Class com.togethersoft.openapi.model.elements.ReferenceCollection

to Class com.togethersoft.openapi.model.elements.ReferenceDelta