Class ClajEvents.RoomCreationRejectedEvent
java.lang.Object
com.xpdustry.claj.server.ClajEvents.RoomCreationRejectedEvent
- Enclosing class:
ClajEvents
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ClajConnectionthe connection that tried to create the roomfinal com.xpdustry.claj.common.status.CloseReason -
Constructor Summary
ConstructorsConstructorDescriptionRoomCreationRejectedEvent(ClajConnection connection, com.xpdustry.claj.common.status.CloseReason reason) -
Method Summary
-
Field Details
-
connection
the connection that tried to create the room -
reason
public final com.xpdustry.claj.common.status.CloseReason reason
-
-
Constructor Details
-
RoomCreationRejectedEvent
public RoomCreationRejectedEvent(ClajConnection connection, com.xpdustry.claj.common.status.CloseReason reason)
-