Class SODBTable

  • All Implemented Interfaces:
    java.lang.Comparable

    public class SODBTable
    extends D2Base
    • Constructor Detail

      • SODBTable

        public SODBTable​(int eventId,
                         int hobj,
                         int locVarId,
                         int row,
                         int col)
    • Method Detail

      • dbRefreshTable

        public void dbRefreshTable()
        Corresponds to ESL action DB_REFRESH_TABLE
      • dbRefreshTableSync

        public void dbRefreshTableSync()
                                throws ExceptionDB
        Corresponds to ESL action DB_REFRESH_TABLE Synchronized
        Throws:
        ExceptionDB
      • addDBTableListener

        public void addDBTableListener​(IDBTableListener listener)
        Corresponds to ESL action ON DB_CHANGE
        Parameters:
        listener -
      • removeDBTableListener

        public void removeDBTableListener​(IDBTableListener listener)
        Remove action listener - ON DB_CHANGE
        Parameters:
        listener -