|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
de.uni_paderborn.fujaba.fsa.listener.ParentEvent
No comment provided by developer, please add a comment to improve documentation.
| Field Summary | |
private FSAContainer |
newParent
No comment provided by developer, please add a comment to improve documentation. |
private FSAContainer |
oldParent
No comment provided by developer, please add a comment to improve documentation. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ParentEvent(FSAObject source,
FSAContainer oldParent,
FSAContainer newParent)
Constructor for class ParentEvent |
|
| Method Summary | |
FSAContainer |
getNewParent()
Get the newParent attribute of the ParentEvent object |
FSAContainer |
getOldParent()
Get the oldParent attribute of the ParentEvent object |
boolean |
isParentAdded()
Get the parentAdded attribute of the ParentEvent object |
boolean |
isParentChanged()
Get the parentChanged attribute of the ParentEvent object |
boolean |
isParentRemoved()
Get the parentRemoved attribute of the ParentEvent object |
| 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 |
| Field Detail |
private FSAContainer oldParent
private FSAContainer newParent
| Constructor Detail |
public ParentEvent(FSAObject source,
FSAContainer oldParent,
FSAContainer newParent)
source - No description providedoldParent - No description providednewParent - No description provided| Method Detail |
public FSAContainer getOldParent()
public FSAContainer getNewParent()
public boolean isParentAdded()
public boolean isParentRemoved()
public boolean isParentChanged()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||