Class WindowEvent

java.lang.Object
com.codename1.ui.events.ActionEvent
com.codename1.ui.events.WindowEvent

public class WindowEvent extends ActionEvent
Describes a change in the native window hosting the Codename One display on desktop platforms.
  • Constructor Details

    • WindowEvent

      public WindowEvent(Display source, WindowEvent.Type type, Rectangle bounds)

      Creates a new window event instance.

      Parameters
      • source: the display that generated the event

      • type: the type of the window event

      • bounds: the bounds of the window, if known

  • Method Details

    • getType

      public WindowEvent.Type getType()

      The type of window event.

      Returns

      the event type

    • getBounds

      public Rectangle getBounds()

      Returns the window bounds associated with this event.

      Returns

      the window bounds or null if not provided