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.
-
close()
- Called when closing the session.
-
getApplet()
- Gets the Applet instance.
-
getFrame()
- Gets the parent Frame
-
getHostTerminal()
- Gets the HostTerminal instance.
getHostTerminal
public abstract HostTerminal getHostTerminal()
- Gets the HostTerminal instance.
- Returns:
- the HostTerminal instance
getApplet
public abstract Applet getApplet()
- Gets the Applet instance.
- Returns:
- the Applet instance
getFrame
public abstract Frame getFrame()
- Gets the parent Frame
- Returns:
- the parent Frame
close
public abstract void close()
- Called when closing the session.
All Packages Class Hierarchy This Package Previous Next Index