Uses of Class
com.openfin.desktop.channel.webrtc.DataChannelListener.State
-
Packages that use DataChannelListener.State Package Description com.openfin.desktop.channel.webrtc -
-
Uses of DataChannelListener.State in com.openfin.desktop.channel.webrtc
Methods in com.openfin.desktop.channel.webrtc that return DataChannelListener.State Modifier and Type Method Description DataChannelListener.StateDataChannel. getState()static DataChannelListener.StateDataChannelListener.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataChannelListener.State[]DataChannelListener.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openfin.desktop.channel.webrtc with parameters of type DataChannelListener.State Modifier and Type Method Description voidDataChannelListener. onStateChange(DataChannel source, DataChannelListener.State state)voidWebRtcProtocolHandler. onStateChange(DataChannel source, DataChannelListener.State state)
-