Uses of Interface
io.github.unknowncoder56.javaslc.ErrorListener
-
Uses of ErrorListener in io.github.unknowncoder56.javaslc
Fields in io.github.unknowncoder56.javaslc declared as ErrorListenerModifier and TypeFieldDescriptionprotected ErrorListenerUser.errorListenerTheErrorListenerfor the instance.Methods in io.github.unknowncoder56.javaslc that return ErrorListenerModifier and TypeMethodDescriptionUser.getErrorListener()Gets theErrorListenerof this instance.Methods in io.github.unknowncoder56.javaslc with parameters of type ErrorListenerModifier and TypeMethodDescriptionBotBuilder.setErrorListener(ErrorListener errorListener) Sets the error listener.voidUser.setErrorListener(ErrorListener errorListener) Sets theErrorListenerof this instance.Constructors in io.github.unknowncoder56.javaslc with parameters of type ErrorListenerModifierConstructorDescriptionUser(long userId, ErrorListener errorListener) Constructor to build a user.