Interface GuiUpdateListener

All Known Implementing Classes:
AuthSelectionWindow, NConfirmDialogWindow, NErrorWindow, NHud, Nip46AuthWindow, Nip46ChallengeWindow, NLoadingSpinner, NMultiPageList, NQrViewer, NsecAuthWindow, NTextInput, NWindow, StoredAuthSelectionWindow

public interface GuiUpdateListener
Can be registered with a GuiControl to receive frame update notifications as part of the GuiControl's controlUpdate().
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    guiUpdate(GuiControl source, float tpf)
     
  • Method Details

    • guiUpdate

      void guiUpdate(GuiControl source, float tpf)