Class OnSteamWorkshopItemUpdatedEvent

java.lang.Object
com.avrix.events.Event
com.avrix.events.OnSteamWorkshopItemUpdatedEvent

public abstract class OnSteamWorkshopItemUpdatedEvent extends Event
Triggered after a Steam workship item was successfully updated.
  • Constructor Details

    • OnSteamWorkshopItemUpdatedEvent

      public OnSteamWorkshopItemUpdatedEvent()
  • Method Details

    • getEventName

      public String getEventName()
      Getting the event name
      Specified by:
      getEventName in class Event
      Returns:
      name of the event being implemented
    • handleEvent

      public abstract void handleEvent(Boolean userNeedsToAcceptWorkshopLegalAgreement)
      Called Event Handling Method
      Parameters:
      userNeedsToAcceptWorkshopLegalAgreement - Whether the user has to accept the workshop legal agreement.