Class RuneScapeProfileChanged


  • public final class RuneScapeProfileChanged
    extends java.lang.Object
    Posted when the user switches to a different RuneScape save profile This might be because they logged into a different account, or hopped to/from a Beta/Tournament/DMM/Leagues world
    • Constructor Detail

      • RuneScapeProfileChanged

        public RuneScapeProfileChanged​(@Nullable
                                       java.lang.String previousProfile,
                                       @Nullable
                                       java.lang.String newProfile)
    • Method Detail

      • getPreviousProfile

        @Nullable
        public java.lang.String getPreviousProfile()
      • getNewProfile

        @Nullable
        public java.lang.String getNewProfile()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object