com.ice.jcvsii
Class Win32Viewer

java.lang.Object
  |
  +--com.ice.jcvsii.Win32Viewer
All Implemented Interfaces:
javax.activation.CommandObject

public class Win32Viewer
extends java.lang.Object
implements javax.activation.CommandObject


Constructor Summary
Win32Viewer()
           
 
Method Summary
 void setCommandContext(java.lang.String verb, javax.activation.DataHandler dh)
          the CommandObject method to accept our DataHandler
 void viewContent(java.lang.String verb, javax.activation.DataHandler dh)
          sets the current message to be displayed in the viewer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Win32Viewer

public Win32Viewer()
Method Detail

setCommandContext

public void setCommandContext(java.lang.String verb,
                              javax.activation.DataHandler dh)
                       throws java.io.IOException
the CommandObject method to accept our DataHandler

Specified by:
setCommandContext in interface javax.activation.CommandObject
Parameters:
dh - The datahandler used to get the content.
java.io.IOException

viewContent

public void viewContent(java.lang.String verb,
                        javax.activation.DataHandler dh)
sets the current message to be displayed in the viewer



Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.