Class Action

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    CTA

    public class Action
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String action  
      JSONObject args  
    • Constructor Summary

      Constructors 
      Constructor Description
      Action​(java.lang.String action, JSONObject args)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isDismissAction()  
      • Methods inherited from class java.lang.Object

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

      • action

        public java.lang.String action
    • Constructor Detail

      • Action

        public Action​(java.lang.String action,
                      JSONObject args)
    • Method Detail

      • isDismissAction

        public boolean isDismissAction()