public abstract class

DialogEvent

extends Event
java.lang.Object
   ↳ net.gtaun.util.event.Event
     ↳ net.gtaun.shoebill.event.dialog.DialogEvent
Known Direct Subclasses

Class Overview

This class is the base class of every DialogEvent.

See Also
  • net.gtaun.util.event.Event

Summary

Protected Constructors
DialogEvent(DialogId dialog, Player player)
Public Methods
DialogId getDialog()
Player getPlayer()
[Expand]
Inherited Methods
From class net.gtaun.util.event.Event
From class java.lang.Object

Protected Constructors

protected DialogEvent (DialogId dialog, Player player)

Public Methods

public DialogId getDialog ()

public Player getPlayer ()