Uses of Enum Class
dev.getelements.elements.rt.AsyncConnection.Event
Packages that use AsyncConnection.Event
-
Uses of AsyncConnection.Event in dev.getelements.elements.rt
Methods in dev.getelements.elements.rt that return AsyncConnection.EventModifier and TypeMethodDescriptionstatic AsyncConnection.Event
Returns the enum constant of this class with the specified name.static AsyncConnection.Event[]
AsyncConnection.Event.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.getelements.elements.rt with parameters of type AsyncConnection.EventModifier and TypeMethodDescriptionvoid
AsyncConnection.setEvents
(AsyncConnection.Event... events) Ensures that theAsyncConnection
is registered for the supplied events.