Class ClientInstancesUpdatedEvent
- java.lang.Object
-
- net.eternalclient.api.listeners.clientinstance.ClientInstancesUpdatedEvent
-
public final class ClientInstancesUpdatedEvent extends java.lang.ObjectRepresents an event indicating that the list of client instances has been updated.
-
-
Constructor Summary
Constructors Constructor Description ClientInstancesUpdatedEvent(java.util.List<ClientInstance> clientInstancesList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<ClientInstance>getClientInstancesList()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ClientInstancesUpdatedEvent
public ClientInstancesUpdatedEvent(java.util.List<ClientInstance> clientInstancesList)
-
-
Method Detail
-
getClientInstancesList
public java.util.List<ClientInstance> getClientInstancesList()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-