All Packages Class Hierarchy This Package Previous Next Index
Interface multilizer.RestrictPropertyListener
- public interface RestrictPropertyListener
- extends EventListener
The listener interface for restrict property events.
You can disable the translation of an object or objects by implementing this interface.
-
restrictProperty(RestrictPropertyEventObject)
- The object implements the restrictProperty method to restrict property translation.
restrictProperty
public abstract void restrictProperty(RestrictPropertyEventObject event)
- The object implements the restrictProperty method to restrict property translation.
To disable the translation of the property set
Translate
property to false.
All Packages Class Hierarchy This Package Previous Next Index