Package net.runelite.client.events
Class SessionClose
- java.lang.Object
-
- net.runelite.client.events.SessionClose
-
public class SessionClose extends java.lang.ObjectAn event where a new RuneLite account session has been closed, typically when logging out of the account.Note: This event is not to be confused with a RuneScape session, it has nothing to do with whether an account is being logged out.
-
-
Constructor Summary
Constructors Constructor Description SessionClose()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-