org.deegree.graphics
Interface ThemeEventController

All Superinterfaces:
EventController

public interface ThemeEventController
extends EventController

------------------------------------------------------------------------

Version:
$Revision: 1.3 $ $Date: 2004/03/11 08:25:33 $
Author:
Andreas Poth

Method Summary
 void addTheme(Theme theme)
          adds a Theme to the EventController that shall be notified if something happens.
 void removeTheme(Theme theme)
           
 

Method Detail

addTheme

public void addTheme(Theme theme)
adds a Theme to the EventController that shall be notified if something happens.


removeTheme

public void removeTheme(Theme theme)
See Also:
addTheme(Theme)