Class OnSteamWorkshopItemNotCreatedEvent

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

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

    • OnSteamWorkshopItemNotCreatedEvent

      public OnSteamWorkshopItemNotCreatedEvent()
  • 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 created.