public void increment(int amount) { this.latestRevision += amount; publisher.fireEvent( this, new Integer(this.latestRevision), DetachedSubjectAndListenerEventFormat.INSTANCE); }
public void setValue(String value) { this.value = value; publisher.fireEvent( this, "[" + name + ":" + this.value + "]", SimpleSubjectListenerEventFormat.INSTANCE); }