Kafenio.editor 0.8.5

de.xeinfach.kafenio.interfaces
Interface KafenioControllerSaveContentInterface

All Known Implementing Classes:
KafenioApplet

public interface KafenioControllerSaveContentInterface

Description: This interface describes the methods to save content by posting content to a URL

Author:
Karsten Pawlik

Method Summary
 void saveAllAppletsContent()
          method that calls the saveAppletContents method on all registered applets in the observer.
 boolean saveAppletContents()
          method that handles the saving of the applet contents.
 

Method Detail

saveAppletContents

public boolean saveAppletContents()
method that handles the saving of the applet contents.

Returns:
returns true if save was ok, false otherwise.

saveAllAppletsContent

public void saveAllAppletsContent()
method that calls the saveAppletContents method on all registered applets in the observer.


Kafenio.editor 0.8.5

Copyright © 2003-2004 by Karsten Pawlik. All Rights Reserved. Published under the Lesser General Public License (LGPL)