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