Uses of Enum Class
eu.cloudnetservice.driver.event.events.network.ChannelType
Packages that use ChannelType
-
Uses of ChannelType in eu.cloudnetservice.driver.event.events.network
Subclasses with type arguments of type ChannelType in eu.cloudnetservice.driver.event.events.networkFields in eu.cloudnetservice.driver.event.events.network declared as ChannelTypeModifier and TypeFieldDescriptionprivate final ChannelTypeNetworkChannelCloseEvent.channelTypeprivate final ChannelTypeNetworkChannelInitEvent.channelTypeMethods in eu.cloudnetservice.driver.event.events.network that return ChannelTypeModifier and TypeMethodDescriptionNetworkChannelCloseEvent.channelType()Get the type of channel which got closed.NetworkChannelInitEvent.channelType()Get the type of channel getting initialized.static ChannelTypeReturns the enum constant of this class with the specified name.static ChannelType[]ChannelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.cloudnetservice.driver.event.events.network with parameters of type ChannelTypeModifierConstructorDescriptionNetworkChannelCloseEvent(@NonNull NetworkChannel channel, @NonNull ChannelType channelType) Creates a new instance of this network event.NetworkChannelInitEvent(@NonNull NetworkChannel channel, @NonNull ChannelType channelType) Creates a new instance of this network event.