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 TypeClassDescriptionclassclassclassclassMethods in com.ibm.jvm.dtfjview with parameters of type IOutputChannelModifier and TypeMethodDescriptionvoidOutput.addChannel(IOutputChannel channel) voidOutput.addChannel(IOutputChannel channel, boolean printLastInput) voidOutput.removeChannel(IOutputChannel channel) -
Uses of IOutputChannel in com.ibm.jvm.dtfjview.spi
Subinterfaces of IOutputChannel in com.ibm.jvm.dtfjview.spiModifier and TypeInterfaceDescriptioninterfaceThe 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 TypeMethodDescriptionvoidIOutputManager.addChannel(IOutputChannel channel) Adds a channel to the list of registered channels.voidIOutputManager.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 voidToolsRegistryOutputChannels.addChannel(IOutputChannel out) To add an output channel.static booleanToolsRegistryOutputChannels.contains(IOutputChannel out) To check if an output channel is already contained.static voidToolsRegistryOutputChannels.removeChannel(IOutputChannel out) To remove an output channel.