Class RDC.FieldsRefreshEvent

  • Enclosing class:
    RDC

    public static class RDC.FieldsRefreshEvent
    extends java.lang.Object
    FOR INTERNAL USE ONLY
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ADD
      The field has been added.
      static int DELETE
      The field has been removed.
      static int UPDATE
      The field has been changed.
      static int UPDATE_ALL
      Maybe all fields has been changed.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCause()
      Returns whether a field was added, removed or changed.
      Engine getEngine()
      Returns the Engine
      Field getField()
      The added, removed or changed field.
      java.lang.String paramString()
      Debug information on this FieldsRefreshEvent: [field, value]
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getEngine

        public Engine getEngine()
        Returns the Engine
        Returns:
        Engine
      • getField

        public Field getField()
        The added, removed or changed field. If all fields (UPDATE_ALL) has been changed null is returned.
        Returns:
        Field
      • getCause

        public int getCause()
        Returns whether a field was added, removed or changed.
        Returns:
        int
        See Also:
        ADD, DELETE, UPDATE, UPDATE_ALL
      • paramString

        public java.lang.String paramString()
        Debug information on this FieldsRefreshEvent: [field, value]
        Returns:
        Debug information on this FieldsRefreshEvent