All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.RestrictPropertyEventObject

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----multilizer.ObjectEventObject
                   |
                   +----multilizer.RestrictObjectEventObject
                           |
                           +----multilizer.RestrictPropertyEventObject

public class RestrictPropertyEventObject
extends RestrictObjectEventObject
An event object that gets the restriction of a property.


Constructor Index

 o RestrictPropertyEventObject(BaseTranslator, Object, String)

Method Index

 o getProperty()
Gets the name of the property.

Constructors

 o RestrictPropertyEventObject
 public RestrictPropertyEventObject(BaseTranslator source,
                                    Object component,
                                    String property)

Methods

 o getProperty
 public String getProperty()
Gets the name of the property.


All Packages  Class Hierarchy  This Package  Previous  Next  Index