Package hec.event

Class DataListEvent

java.lang.Object
hec.event.DataListEvent

public class DataListEvent extends Object
  • Field Details

  • Constructor Details

    • DataListEvent

      public DataListEvent(CommonDataList list, int type)
      The constructor used to build a DataListEvent object
    • DataListEvent

      public DataListEvent(CommonDataList list, int type, long id)
  • Method Details

    • getObjectId

      public long getObjectId()
    • getDataList

      public CommonDataList getDataList()
    • getType

      public int getType()
      Returns the type of event that this object represents
    • getObjectClass

      public String getObjectClass()
      Returns the name of the class that the data list for this event holds.
    • toString

      public String toString()
      This generates a string representation of the DataListEvent Class
      Overrides:
      toString in class Object