de.uni_paderborn.fujaba.texteditor
Interface TextEditor.BufferOwner

All Known Implementing Classes:
EditTextAction, TextEditAction
Enclosing interface:
TextEditor

public static interface TextEditor.BufferOwner

listener interface for the owner of a buffer

Version:
$Revision: 1.4 $ $Date: 2005/02/14 14:28:14 $
Author:
$Author: cschneid $

Method Summary
 void bufferSaved(TextEditor.Buffer buffer)
          called whenever the user chooses to keep the content of the buffer
 

Method Detail

bufferSaved

public void bufferSaved(TextEditor.Buffer buffer)
called whenever the user chooses to keep the content of the buffer

Parameters:
buffer - which buffer should be saved