net.simplace.ui.tabview.FWTabViewEvent




public class FWTabViewEvent {
// Public Constructors
public FWTabViewEvent(Object aSource, int aEventType);

// Constants
public static final int INITIALIZATION_COMPLETED;

// Public Instance Methods
public boolean isType(int aType);


returns true if the type of this object is the same type as the passed one
public int getType();


returns type of event
public String toString(); // Overrides java.lang.Object



}



Passed to: FWTabViewListener.update(), net.simplace.util.FWClientListener.update()