Class DefaultChangeIndex

java.lang.Object
org.eclnt.jsfserver.elements.util.DefaultChangeIndex
All Implemented Interfaces:
Serializable, IChangeIndex

public class DefaultChangeIndex extends Object implements IChangeIndex, Serializable
See Also:
  • Constructor Details

    • DefaultChangeIndex

      public DefaultChangeIndex()
  • Method Details

    • getChangeIndex

      public long getChangeIndex()
      Description copied from interface: IChangeIndex
      There is a coutner which is increased after each indication of a change. This method returns the current counter.
      Specified by:
      getChangeIndex in interface IChangeIndex
    • indicateChange

      public void indicateChange()
      Description copied from interface: IChangeIndex
      This method is to be called by the application to indicate that some change has happened to the object that this instance refers to.
      Specified by:
      indicateChange in interface IChangeIndex