All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.eNetwork.HOD.HIFramework

public interface HIFramework
HIFramework containes the necessary connections points for user applets to communicate/interact with the current session. It is used in conjunction with CustomInterface as a parameter that is passed to the applet for communication purposes.


Method Index

 o close()
Called when closing the session.
 o getApplet()
Gets the Applet instance.
 o getFrame()
Gets the parent Frame
 o getHostTerminal()
Gets the HostTerminal instance.

Methods

 o getHostTerminal
 public abstract HostTerminal getHostTerminal()
Gets the HostTerminal instance.

Returns:
the HostTerminal instance
 o getApplet
 public abstract Applet getApplet()
Gets the Applet instance.

Returns:
the Applet instance
 o getFrame
 public abstract Frame getFrame()
Gets the parent Frame

Returns:
the parent Frame
 o close
 public abstract void close()
Called when closing the session.


All Packages  Class Hierarchy  This Package  Previous  Next  Index