Class ClientInstancesUpdatedEvent
- java.lang.Object
-
- net.eternalclient.api.listeners.clientinstance.ClientInstancesUpdatedEvent
-
public final class ClientInstancesUpdatedEvent extends java.lang.Object
Represents 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 boolean
equals(java.lang.Object o)
java.util.List<ClientInstance>
getClientInstancesList()
int
hashCode()
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-