src/share/classes/java/text/Format.java

Print this page

        

*** 368,378 **** * <code>AttributedCharacterIterator</code>. * <p> * Delegates should NOT assume that the <code>Format</code> will notify * the delegate of fields in any particular order. * ! * @see FieldPosition.Delegate * @see CharacterIteratorFieldDelegate */ interface FieldDelegate { /** * Notified when a particular region of the String is formatted. This --- 368,378 ---- * <code>AttributedCharacterIterator</code>. * <p> * Delegates should NOT assume that the <code>Format</code> will notify * the delegate of fields in any particular order. * ! * @see FieldPosition#getFieldDelegate * @see CharacterIteratorFieldDelegate */ interface FieldDelegate { /** * Notified when a particular region of the String is formatted. This