Class FWTabViewEvent

java.lang.Object
net.simplace.ui.tabview.FWTabViewEvent

public class FWTabViewEvent extends Object
Author:
Andreas Enders
  • Field Details

    • INITIALIZATION_COMPLETED

      public static final int INITIALIZATION_COMPLETED
      send when the initialization of the panel is completed and can safely be used
      See Also:
  • Constructor Details

    • FWTabViewEvent

      public FWTabViewEvent(Object aSource, int aEventType)
      Parameters:
      aSource -
  • Method Details

    • isType

      public boolean isType(int aType)
      Parameters:
      aType -
      Returns:
      true if the type of this object is the same type as the passed one
    • getType

      public int getType()
      Returns:
      type of event
    • toString

      public String toString()
      Overrides:
      toString in class Object