Class ExitEvent

  • All Implemented Interfaces:

    
    public abstract class ExitEvent
    extends Event
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ExitEvent(String applicationId)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class ai.tock.bot.engine.event.Event

        getApplicationId, getDate, getId, getState, hasEntity, hasEntityPredefinedValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExitEvent

        ExitEvent(String applicationId)
    • Method Detail