Package muntjac :: Package data :: Package util :: Module abstract_property :: Class IReadOnlyStatusChangeEvent
[hide private]
[frames] | no frames]

Class IReadOnlyStatusChangeEvent

source code

                         object --+    
                                  |    
                   util.EventObject --+
                                      |
                         object --+   |
                                  |   |
                 property.IProperty --+
                                      |
                         object --+   |
                                  |   |
property.IReadOnlyStatusChangeEvent --+
                                      |
                                     IReadOnlyStatusChangeEvent

An Event object specifying the IProperty whose read-only status has been changed.

Instance Methods [hide private]
 
__init__(self, source)
Constructs a new read-only status change event for this object.
source code
 
getProperty(self)
Gets the IProperty whose read-only state has changed.
source code

Inherited from util.EventObject: getSource

Inherited from property.IProperty: __str__, getType, getValue, isReadOnly, setReadOnly, setValue

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, source)
(Constructor)

source code 

Constructs a new read-only status change event for this object.

Parameters:
  • source - source object of the event.
Overrides: object.__init__

getProperty(self)

source code 

Gets the IProperty whose read-only state has changed.

Returns:
source IProperty of the event.
Overrides: property.IReadOnlyStatusChangeEvent.getProperty