All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.hi.customizer.beans.event.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

Variable Index

 o SCREEN_DISCONNECT
Static screen type for screen disconnect
 o SCREEN_ENTER
Static screen type for screen enter
 o SCREEN_EXIT
Static screen type for screen exit
 o SCREEN_READY
Static screen type for screen ready
 o SCREEN_REFRESH
Static screen type for screen refresh

Constructor Index

 o CustomScreenEvent(Object, int, String)
Constructs a new CustomScreenEvent with the specified source, type, and ID.

Method Index

 o getScreenType()
Returns the screen type.

Variables

 o SCREEN_ENTER
 public static final int SCREEN_ENTER
Static screen type for screen enter

 o SCREEN_REFRESH
 public static final int SCREEN_REFRESH
Static screen type for screen refresh

 o SCREEN_EXIT
 public static final int SCREEN_EXIT
Static screen type for screen exit

 o SCREEN_DISCONNECT
 public static final int SCREEN_DISCONNECT
Static screen type for screen disconnect

 o SCREEN_READY
 public static final int SCREEN_READY
Static screen type for screen ready

Constructors

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

Methods

 o getScreenType
 public int getScreenType()
Returns the screen type.


All Packages  Class Hierarchy  This Package  Previous  Next  Index