Class UICreateEvent

All Implemented Interfaces:
IMessageBox

public class UICreateEvent extends UIBaseEvent<UIComp>
The UI component Create Event. This event is fired when the panel or UI component has been virtualized and is ready.
Author:
Christopher Mindus
  • Constructor Details

    • UICreateEvent

      public UICreateEvent(UIComp source)
      Constructs the event for a component.
      Parameters:
      source - The source.
      Throws:
      NullPointerException - If the source is null.
  • Method Details