Class GroupLeftHandler

java.lang.Object
com.slack.api.app_backend.events.EventHandler<GroupLeftPayload>
com.slack.api.app_backend.events.handler.GroupLeftHandler

public abstract class GroupLeftHandler
extends EventHandler<GroupLeftPayload>
  • Constructor Summary

    Constructors 
    Constructor Description
    GroupLeftHandler()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getEventType()
    Returns the type value of the event (e.g., MessageEvent.TYPE_NAME)

    Methods inherited from class com.slack.api.app_backend.events.EventHandler

    acceptUntypedObject, getEventPayloadClass, getEventSubtype, handle

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait