Class RemoteService.context.ClientApplet
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class RemoteService.context.ClientApplet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----JavaAgent.context.AgentApplet
                                           |
                                           +----RemoteService.context.ClientApplet

public class ClientApplet
extends AgentApplet
Subclass of AgentApplet which creates a ClientContext.


Copyright (c) 1995, H. Robert Frost, Stanford University. All rights reserved.

Copyright (c) 1996, H. Robert Frost, Enterprise Integration Technologies, Inc. All rights reserved.

RESTRICTED RIGHTS LEGEND: Use, duplication or disclosure by the Government is subject to restrictions as set forth in subparagraph(c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and in similar clauses in the FAR and NASA FAR supplement.

This software is bound by the terms and conditions listed in the attached LICENSE file.



Variable Index

 o client_params
Parameters which govern execution.

Constructor Index

 o ClientApplet()
Constructor for a ClientApplet.

Method Index

 o action(Event, Object)
Called when an event happens in the ClientApplet.

Variables

 o client_params
  protected ClientParams client_params
Parameters which govern execution.

Constructors

 o ClientApplet
  public ClientApplet()
Constructor for a ClientApplet. Creates a button for creating an ClientContext.

Methods

 o action
  public boolean action(Event evt,
                        Object arg)
Called when an event happens in the ClientApplet.
Parameters:
evt - The event which triggered the method call.
arg - Who called the method. For buttons, string name of button.
Overrides:
action in class AgentApplet

All Packages  Class Hierarchy  This Package  Previous  Next  Index