Uses of Enum Class
com.github.copilot.EventErrorPolicy
Packages that use EventErrorPolicy
-
Uses of EventErrorPolicy in com.github.copilot
Methods in com.github.copilot that return EventErrorPolicyModifier and TypeMethodDescriptionstatic EventErrorPolicyReturns the enum constant of this class with the specified name.static EventErrorPolicy[]EventErrorPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.copilot with parameters of type EventErrorPolicyModifier and TypeMethodDescriptionvoidCopilotSession.setEventErrorPolicy(EventErrorPolicy policy) Sets the error propagation policy for event dispatch.