All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.ohio.iOhioScreenListener

public interface iOhioScreenListener
Implement this interface to allow the class to be registered as an iOhioScreenListener.


Method Index

 o onScreenChanged(int, iOhioPosition, iOhioPosition)
This method will be called when an iOhioScreen event is generated.

Methods

 o onScreenChanged
 public abstract void onScreenChanged(int inUpdate,
                                      iOhioPosition inStart,
                                      iOhioPosition inEnd)
This method will be called when an iOhioScreen event is generated. An iOhioScreen event is generated whenever the virtual screen is modified. The inUpdate parameter will indicate who initiated the change that generated the event.

Parameters:
inUpdate - This is an OHIO_UPDATE value indicating who initiated the change:

Constant Value Description
OHIO_UPDATE_CLIENT 0 Update initiated by client
OHIO_UPDATE_HOST 1 Update initiated by host

inStart - This position indicates the starting coordinate (inclusive) of the changed portion of the virtual screen.
inEnd - This position indicates the ending coordinate (inclusive) of the changed portion of the virtual screen.

All Packages  Class Hierarchy  This Package  Previous  Next  Index