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.EventReturns 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 TypeMethodDescriptionvoidAsyncConnection.setEvents(AsyncConnection.Event... events) Ensures that theAsyncConnectionis registered for the supplied events.