Class OnSteamWorkshopItemNotUpdatedEvent

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

public abstract class OnSteamWorkshopItemNotUpdatedEvent extends Event
Triggered when a Steam workshop item couldn't be updated.
  • Constructor Details

    • OnSteamWorkshopItemNotUpdatedEvent

      public OnSteamWorkshopItemNotUpdatedEvent()
  • 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(Integer result)
      Called Event Handling Method
      Parameters:
      result - The result code indicating why the workshop item was not updated.