org.estouro.ui
Class EditionContextListenerSupport

java.lang.Object
  extended by org.estouro.ui.EditionContextListenerSupport

public class EditionContextListenerSupport
extends java.lang.Object


Constructor Summary
EditionContextListenerSupport()
           
 
Method Summary
 void activeThemeChanged()
           
 void activeThemeSelectionChanged()
           
 void addEditionContextListener(EditionContextListener l)
           
 void error(java.lang.Throwable t)
           
 void extentChanged()
           
 void mouseMoved(double x, double y)
           
 void removeEditionContextListener(EditionContextListener l)
           
 void stateChanged()
           
 void themeAdded(ThemeEvent e)
           
 void themeChanged(ThemeEvent e)
           
 void themeEdited(ThemeEvent event)
           
 void themeRemoved(ThemeEvent e)
           
 void themeSaved(ThemeEvent e)
           
 void toolChanged()
           
 void toolError(TransitionException t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditionContextListenerSupport

public EditionContextListenerSupport()
Method Detail

addEditionContextListener

public void addEditionContextListener(EditionContextListener l)

removeEditionContextListener

public void removeEditionContextListener(EditionContextListener l)

toolError

public void toolError(TransitionException t)

toolChanged

public void toolChanged()

activeThemeSelectionChanged

public void activeThemeSelectionChanged()

stateChanged

public void stateChanged()

activeThemeChanged

public void activeThemeChanged()

error

public void error(java.lang.Throwable t)

mouseMoved

public void mouseMoved(double x,
                       double y)

extentChanged

public void extentChanged()

themeRemoved

public void themeRemoved(ThemeEvent e)

themeChanged

public void themeChanged(ThemeEvent e)

themeAdded

public void themeAdded(ThemeEvent e)

themeSaved

public void themeSaved(ThemeEvent e)

themeEdited

public void themeEdited(ThemeEvent event)


Copyright © 2005-2006 Fernando González Cortés. All Rights Reserved.