Interface MovedHandler

All Superinterfaces:
EventHandler

public interface MovedHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification method fired when this component is explicitly moved.
  • Method Details

    • onMoved

      void onMoved(MovedEvent event)
      Notification method fired when this component is explicitly moved. Note that a component's position on the screen may also changed due to an ancestor being moved. The Canvas.parentMoved() method provides a notification entry point to catch that case as well.
      Parameters:
      event - the event