Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mitre.cvw
Interface UserClient  view UserClient download UserClient.java

All Known Implementing Classes:
CVWCoordinator, ProxyWindow

public interface UserClient

UserClient is the interface that allows the ImageApp object to access either the ProxyWindow or the CVWCoordinator depending on which JFrame the ImageApp instance lives.

.

Version:
1.0, April 28 1998

Method Summary
 void userClick(java.lang.String name)
           
 void userMenu(CVWUser user, java.lang.String funct)
          FUNCT DESC
 

Method Detail

userMenu

public void userMenu(CVWUser user,
                     java.lang.String funct)
FUNCT DESC


userClick

public void userClick(java.lang.String name)