java.lang.Object
ru.bitel.bgbilling.modules.botmanager.client.botconfigure.event.OpenDialogEditorEvent

public class OpenDialogEditorEvent
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    OpenDialogEditorEvent​(BotDialog dialog, boolean isOpened)  
  • Method Summary

    Modifier and Type Method Description
    BotDialog getDialog()  
    boolean isOpened()  

    Methods inherited from class java.lang.Object

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

    • OpenDialogEditorEvent

      public OpenDialogEditorEvent​(BotDialog dialog, boolean isOpened)
  • Method Details

    • getDialog

      public BotDialog getDialog()
    • isOpened

      public boolean isOpened()