Package com.avrix.events
Class OnSteamWorkshopItemCreatedEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnSteamWorkshopItemCreatedEvent
Triggered after a new Steam workshop item was successfully created.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetting the event nameabstract void
handleEvent
(String steamId, Boolean userNeedsToAcceptWorkshopLegalAgreement) Called Event Handling Method
-
Constructor Details
-
OnSteamWorkshopItemCreatedEvent
public OnSteamWorkshopItemCreatedEvent()
-
-
Method Details
-
getEventName
Getting the event name- Specified by:
getEventName
in classEvent
- Returns:
- name of the event being implemented
-
handleEvent
Called Event Handling Method- Parameters:
steamId
- The Steam identifier of the user who created the workshop item.userNeedsToAcceptWorkshopLegalAgreement
- Whether the user has to accept the workshop legal agreement.
-