com.spss.psapi.extensions.ui

Class PropertyControlEvent

  • java.lang.Object
    • java.util.EventObject
      • com.spss.psapi.extensions.ui.PropertyControlEvent
  • All Implemented Interfaces:
    java.io.Serializable


    public class PropertyControlEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor and Description
      PropertyControlEvent(java.lang.Object source, java.lang.Object property)
      Constructs a ControllerEvent object.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Object getProperty()
      Returns the property whose property control originated the 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

      • PropertyControlEvent

        public PropertyControlEvent(java.lang.Object source,
                            java.lang.Object property)
        Constructs a ControllerEvent object.
        Parameters:
        source - the Controller that originated the event (typically this)
        property - the property whose controller originated the event
    • Method Detail

      • getProperty

        public java.lang.Object getProperty()
        Returns the property whose property control originated the event.
        Returns:
        the property

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.