Dresden OCL Toolkit

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

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

public class PropertyPageEvent
extends EventObject

Event issued by property pages to indicate changes in their state.

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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PropertyPageEvent(PropertyPage ppSource)
          Create a new PropertyPageEvent.
 
Method Summary
 PropertyPage getSourcePage()
          Get the property page 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
 

Constructor Detail

PropertyPageEvent

public PropertyPageEvent(PropertyPage ppSource)
Create a new PropertyPageEvent.

Parameters:
ppSource - the source property page.
Method Detail

getSourcePage

public PropertyPage getSourcePage()
Get the property page that issued this event.

Returns:
the property page that issued this event.

Dresden OCL Toolkit

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