echopointng.command
Class Print

java.lang.Object
  extended by echopointng.command.Print
All Implemented Interfaces:
Command

public class Print
extends java.lang.Object
implements Command

Print is used to cause the current user interface document to be printed.


Constructor Summary
Print()
          Constructs a Print.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Print

public Print()
Constructs a Print. Once this is enqueued into the ApplicationInstance, then the current UI document will be printed.