jaugment2.texteditor
Class TextEditorSwingRepresentation.BookmarkRemoveActionListener

java.lang.Object
  |
  +--jaugment2.texteditor.TextEditorSwingRepresentation.BookmarkRemoveActionListener
Enclosing class:
TextEditorSwingRepresentation

private class TextEditorSwingRepresentation.BookmarkRemoveActionListener
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  TextEditorProxyIF.Bookmark b
           
(package private)  TextEditorProxyIF proxy
           
 
Constructor Summary
TextEditorSwingRepresentation.BookmarkRemoveActionListener(TextEditorProxyIF.Bookmark b, TextEditorProxyIF proxy)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

b

TextEditorProxyIF.Bookmark b

proxy

TextEditorProxyIF proxy
Constructor Detail

TextEditorSwingRepresentation.BookmarkRemoveActionListener

public TextEditorSwingRepresentation.BookmarkRemoveActionListener(TextEditorProxyIF.Bookmark b,
                                                                  TextEditorProxyIF proxy)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface java.awt.event.ActionListener