Dresden OCL Toolkit

tudresden.ocl.injection.reverseeng.propertypages.events
Class PropertyPageContainerEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bytudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageContainerEvent
All Implemented Interfaces:
Serializable

public class PropertyPageContainerEvent
extends EventObject

EventObject describing an added or removed property page.

Version:
1.0
Author:
sz9 (Steffen Zschaler)
See Also:
Serialized Form

Field Summary
private  PropertyPage m_ppPage
          The page in question.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PropertyPageContainerEvent(PropertyPageContainer ppcSource, PropertyPage ppPage)
          Creates new PropertyPageContainerEvent
 
Method Summary
 PropertyPage getAffectedPage()
          Return the property page this event is about.
 PropertyPageContainer getSourceContainer()
          Return the property page container that issued this event.
 
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

m_ppPage

private PropertyPage m_ppPage
The page in question.

Constructor Detail

PropertyPageContainerEvent

public PropertyPageContainerEvent(PropertyPageContainer ppcSource,
                                  PropertyPage ppPage)
Creates new PropertyPageContainerEvent

Method Detail

getSourceContainer

public PropertyPageContainer getSourceContainer()
Return the property page container that issued this event.


getAffectedPage

public PropertyPage getAffectedPage()
Return the property page this event is about.


Dresden OCL Toolkit

Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.