|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputDestination | |
com.fasteasytrade.JRandTest.IO | |
com.fasteasytrade.JRandTest.Tests |
Uses of OutputDestination in com.fasteasytrade.JRandTest.IO |
Classes in com.fasteasytrade.JRandTest.IO that implement OutputDestination | |
class |
ConsoleOutputDestination
|
class |
TextareaOutputDestination
Class implementation to enable application/applet to receive output test data into awt.TextArea. |
Uses of OutputDestination in com.fasteasytrade.JRandTest.Tests |
Methods in com.fasteasytrade.JRandTest.Tests with parameters of type OutputDestination | |
void |
Base.addOutputDestination(OutputDestination od)
register output destination in vector of output destinations. printf and puts willwrite data to all destinations. |
void |
Base.removeOutputDestination(OutputDestination od)
unregister output destination from vector of output destinations. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |