Uses of Enum Class
dev.galasa.zos3270.IDatastreamListener.DatastreamDirection
Packages that use IDatastreamListener.DatastreamDirection
Package
Description
zOS 3270 Terminal Manager - TPI
Zos3270Terminal Manager
- 
Uses of IDatastreamListener.DatastreamDirection in dev.galasa.zos3270
Methods in dev.galasa.zos3270 that return IDatastreamListener.DatastreamDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.IDatastreamListener.DatastreamDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.galasa.zos3270 with parameters of type IDatastreamListener.DatastreamDirectionModifier and TypeMethodDescriptionvoidIDatastreamListener.datastreamUpdate(IDatastreamListener.DatastreamDirection direction, String datastreamHex)  - 
Uses of IDatastreamListener.DatastreamDirection in dev.galasa.zos3270.spi
Methods in dev.galasa.zos3270.spi with parameters of type IDatastreamListener.DatastreamDirectionModifier and TypeMethodDescriptionvoidScreen.setDatastreamListenersDirection(String datastreamHex, IDatastreamListener.DatastreamDirection direction)