com.ibm.eNetwork.HOD Interface CustomInterface

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

Anyone wishing to create a CustomInterface Applet to be run within Alternate Terminal must implement this interface. This interface provides two methods which should be used to make all necessary connections between the user applet and the active session.

Method Summary
 void init ( HIFramework framework)            
 void update ( HIFramework framework)            

 

Method Detail

init



public void 
init(
HIFramework framework)

update



public void 
update(
HIFramework framework)

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