de.uni_paderborn.fujaba.fsa.listener
Class ParentEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byde.uni_paderborn.fujaba.fsa.listener.ParentEvent
All Implemented Interfaces:
java.io.Serializable

public class ParentEvent
extends java.util.EventObject

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.12 $
Author:
$Author: lowende $
See Also:
Serialized Form

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

oldParent

private FSAContainer oldParent
No comment provided by developer, please add a comment to improve documentation.


newParent

private FSAContainer newParent
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

ParentEvent

public ParentEvent(FSAObject source,
                   FSAContainer oldParent,
                   FSAContainer newParent)
Constructor for class ParentEvent

Parameters:
source - No description provided
oldParent - No description provided
newParent - No description provided
Method Detail

getOldParent

public FSAContainer getOldParent()
Get the oldParent attribute of the ParentEvent object

Returns:
The oldParent value

getNewParent

public FSAContainer getNewParent()
Get the newParent attribute of the ParentEvent object

Returns:
The newParent value

isParentAdded

public boolean isParentAdded()
Get the parentAdded attribute of the ParentEvent object

Returns:
The parentAdded value

isParentRemoved

public boolean isParentRemoved()
Get the parentRemoved attribute of the ParentEvent object

Returns:
The parentRemoved value

isParentChanged

public boolean isParentChanged()
Get the parentChanged attribute of the ParentEvent object

Returns:
The parentChanged value