com.ibm.eNetwork.ECL Interface ECLPSNotify

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD

Deprecated.

Use com.ibm.eNetwork.ECL.event.ECLPSListener .

public interface ECLPSNotify

The ECLPSNotify interface can be used to implement an object which will receive and handle ECLPS events. Events are generated whenever the presentation space is updated. The presentation space can be updated by the host (when a new screen is sent) or through keyboard input. Special events are generated when event generation stops and when errors occur during event generation.

To be notified of PS events, the application must:

See Also:
ECLPS

Method Summary
 void NotifyError ( ECLPS ps, ECLErr e)            Deprecated. The NotifyError() method is called whenever the ECLPS object detects an error during event generation.
 void NotifyEvent ( ECLPS ps)            Deprecated. The NotifyEvent() method is called whenever the presentation space is updated.
 void NotifyStop ( ECLPS ps, int reason)            Deprecated. The NotifyStop() method is called when event generation is stopped for any reason.

 

Method Detail

NotifyEvent



public void 
NotifyEvent(
ECLPS ps)

NotifyStop



public void 
NotifyStop(
ECLPS ps,
                       int reason)

NotifyError



public void 
NotifyError(
ECLPS ps,
                        
ECLErr e)

  PREV CLASS     NEXT CLASS FRAMES     NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR |  METHOD DETAIL:  FIELD | CONSTR |  METHOD