Uses of Interface
com.ibm.jvm.dtfjview.spi.IOutputChannel
Packages that use IOutputChannel
-
Uses of IOutputChannel in com.ibm.jvm.dtfjview
Classes in com.ibm.jvm.dtfjview that implement IOutputChannelModifier and TypeClassDescriptionclass
class
class
class
Methods in com.ibm.jvm.dtfjview with parameters of type IOutputChannelModifier and TypeMethodDescriptionvoid
Output.addChannel
(IOutputChannel channel) void
Output.addChannel
(IOutputChannel channel, boolean printLastInput) void
Output.removeChannel
(IOutputChannel channel) -
Uses of IOutputChannel in com.ibm.jvm.dtfjview.spi
Subinterfaces of IOutputChannel in com.ibm.jvm.dtfjview.spiModifier and TypeInterfaceDescriptioninterface
The output manager is responsible for managing a collection of registered output channels.Methods in com.ibm.jvm.dtfjview.spi with parameters of type IOutputChannelModifier and TypeMethodDescriptionvoid
IOutputManager.addChannel
(IOutputChannel channel) Adds a channel to the list of registered channels.void
IOutputManager.removeChannel
(IOutputChannel channel) Removes a specific channel for a particular type. -
Uses of IOutputChannel in com.ibm.jvm.dtfjview.tools
Methods in com.ibm.jvm.dtfjview.tools with parameters of type IOutputChannelModifier and TypeMethodDescriptionstatic void
ToolsRegistryOutputChannels.addChannel
(IOutputChannel out) To add an output channel.static boolean
ToolsRegistryOutputChannels.contains
(IOutputChannel out) To check if an output channel is already contained.static void
ToolsRegistryOutputChannels.removeChannel
(IOutputChannel out) To remove an output channel.