Package com.avrix.events
Class OnSteamWorkshopItemUpdatedEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnSteamWorkshopItemUpdatedEvent
Triggered after a Steam workship item was successfully updated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetting the event nameabstract void
handleEvent
(Boolean userNeedsToAcceptWorkshopLegalAgreement) Called Event Handling Method
-
Constructor Details
-
OnSteamWorkshopItemUpdatedEvent
public OnSteamWorkshopItemUpdatedEvent()
-
-
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:
userNeedsToAcceptWorkshopLegalAgreement
- Whether the user has to accept the workshop legal agreement.
-