-
public final class SprigEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSprigEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final EventNamenameprivate final JSONObjectdata
-
Constructor Summary
Constructors Constructor Description SprigEvent(EventName name, JSONObject data)
-
Method Summary
Modifier and Type Method Description final EventNamegetName()final JSONObjectgetData()-
-
Constructor Detail
-
SprigEvent
SprigEvent(EventName name, JSONObject data)
-
-
Method Detail
-
getData
final JSONObject getData()
-
-
-
-