org.malai.presentation
Interface ConcretePresentation

All Superinterfaces:
Modifiable, Preferenciable, Reinitialisable
All Known Subinterfaces:
ICanvas
All Known Implementing Classes:
LCanvas, LCodePanel

public interface ConcretePresentation
extends Preferenciable, Modifiable, Reinitialisable

The concrete presentation is the representation of the abstract presentation.

This file is part of libMalai.
Copyright (c) 2009-2012 Arnaud BLOUIN

libMalan is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

libMalan is distributed without any warranty; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Since:
0.1
Version:
0.1
Author:
Arnaud BLOUIN

Method Summary
 void update()
          Updates the concrete presentation.
 
Methods inherited from interface org.malai.preferences.Preferenciable
load, save
 
Methods inherited from interface org.malai.properties.Modifiable
isModified, setModified
 
Methods inherited from interface org.malai.properties.Reinitialisable
reinit
 

Method Detail

update

void update()
Updates the concrete presentation.

Since:
0.2