/[classpath]/classpath/javax/swing/undo/UndoManager.java
ViewVC logotype

Diff of /classpath/javax/swing/undo/UndoManager.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mkoch, Wed Feb 16 11:41:16 2005 UTC revision 1.5 by trebligd, Fri Jul 1 20:57:47 2005 UTC
# Line 78  import javax.swing.event.UndoableEditLis Line 78  import javax.swing.event.UndoableEditLis
78   * <code>javax.swing.undo</code> package, the public methods of an   * <code>javax.swing.undo</code> package, the public methods of an
79   * <code>UndoManager</code> are safe to call from concurrent threads.   * <code>UndoManager</code> are safe to call from concurrent threads.
80   * The caller does not need to perform external synchronization, and   * The caller does not need to perform external synchronization, and
81   * {@link javax.swing.event.UndoableEvent} sources do not need to   * {@link javax.swing.event.UndoableEditEvent} sources do not need to
82   * broadcast their events from inside the Swing worker thread.   * broadcast their events from inside the Swing worker thread.
83   *   *
84   * @author Sascha Brawer (brawer@dandelis.ch)   * @author Sascha Brawer (brawer@dandelis.ch)
# Line 607  public class UndoManager Line 607  public class UndoManager
607     * <p><b>Thread Safety:</b> This method may safely be invoked from     * <p><b>Thread Safety:</b> This method may safely be invoked from
608     * concurrent threads.  The caller does not need to perform external     * concurrent threads.  The caller does not need to perform external
609     * synchronization. This means that {@link     * synchronization. This means that {@link
610     * javax.swing.event.UndoableEvent} sources do not need to broadcast     * javax.swing.event.UndoableEditEvent} sources do not need to broadcast
611     * their events from inside the Swing worker thread.     * their events from inside the Swing worker thread.
612     *     *
613     * @param event the event whose <code>edit</code> will be     * @param event the event whose <code>edit</code> will be

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26