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.


Method Index

 o restrictProperty(RestrictPropertyEventObject)
The object implements the restrictProperty method to restrict property translation.

Methods

 o 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