com.ibm.hi.customizer.beans.event
Class CustomScreenEvent

com.ibm.hi.customizer.beans.event.CustomEvent
  |
  +--com.ibm.hi.customizer.beans.event.CustomScreenEvent

public class CustomScreenEvent
extends CustomEvent

This event is fired by CustomTerminal to indicate that we have entered a new screen, refreshed a screen, or exited a screen, as well as when the screen is ready for interaction. The CustomScreenEvents contain the screen ID if the screen is mapped, or null if not mapped.

The CustomScreenEvents are defined as follows:

See Also:
CustomListener

Field Summary
static int SCREEN_DISCONNECT
          Static screen type for screen disconnect
static int SCREEN_ENTER
          Static screen type for screen enter
static int SCREEN_EXIT
          Static screen type for screen exit
static int SCREEN_READY
          Static screen type for screen ready
static int SCREEN_REFRESH
          Static screen type for screen refresh
 
Fields inherited from class com.ibm.hi.customizer.beans.event.CustomEvent
MACRO_EVENT, MACRO_EVENT_MASK, SCREEN_EVENT, SCREEN_EVENT_MASK, STATUS_EVENT, STATUS_EVENT_MASK
 
Constructor Summary
CustomScreenEvent(java.lang.Object source, int type, java.lang.String id)
          Constructs a new CustomScreenEvent with the specified source, type, and ID.
 
Method Summary
 int getScreenType()
          Returns the screen type.
 
Methods inherited from class com.ibm.hi.customizer.beans.event.CustomEvent
getComponent, getData, getScreenID, getType
 

Field Detail

SCREEN_ENTER

public static final int SCREEN_ENTER
Static screen type for screen enter

SCREEN_REFRESH

public static final int SCREEN_REFRESH
Static screen type for screen refresh

SCREEN_EXIT

public static final int SCREEN_EXIT
Static screen type for screen exit

SCREEN_DISCONNECT

public static final int SCREEN_DISCONNECT
Static screen type for screen disconnect

SCREEN_READY

public static final int SCREEN_READY
Static screen type for screen ready
Constructor Detail

CustomScreenEvent

public CustomScreenEvent(java.lang.Object source,
                         int type,
                         java.lang.String id)
Constructs a new CustomScreenEvent with the specified source, type, and ID.
Method Detail

getScreenType

public int getScreenType()
Returns the screen type.