Class RotationEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class RotationEvent
    extends Event
    Represents an event caused by a component being rotated.

    Available in ZK PE

    Since:
    9.0.0
    Author:
    rudyhuang
    See Also:
    Serialized Form
    • Constructor Detail

      • RotationEvent

        public RotationEvent​(java.lang.String name)
        Constructs a rotation event.
      • RotationEvent

        public RotationEvent​(java.lang.String name,
                             Component target)
        Constructs a rotation event.
      • RotationEvent

        public RotationEvent​(java.lang.String name,
                             Component target,
                             java.lang.Object data)
        Constructs a rotation event.
    • Method Detail

      • getRotationEvent

        public static RotationEvent getRotationEvent​(AuRequest request)
        Converts an AU request to a rotation event.
      • getRotation

        public int getRotation()
        Gets the current rotation.
        Returns:
        rotation