se.datadosen.jalbum.event
Class JAlbumAdapter

java.lang.Object
  extended by se.datadosen.jalbum.event.JAlbumAdapter
All Implemented Interfaces:
java.util.EventListener, JAlbumListener

public class JAlbumAdapter
extends java.lang.Object
implements JAlbumListener

Adapter class to be subclassed by those only interrested in a few JAlbum events


Constructor Summary
JAlbumAdapter()
           
 
Method Summary
 void albumCreationFinished(JAlbumEvent e)
           
 void albumCreationStarted(JAlbumEvent e)
           
 void skinChanged(JAlbumEvent e)
          This allows skins to do cleanup before they are unloaded.
 void skinUIDisplayed(JAlbumEvent e)
           
 void skinUIHidden(JAlbumEvent e)
           
 void styleChanged(JAlbumEvent e)
          This allows UI designers to adjust their user interface according to the selected style
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAlbumAdapter

public JAlbumAdapter()
Method Detail

skinUIDisplayed

public void skinUIDisplayed(JAlbumEvent e)
Specified by:
skinUIDisplayed in interface JAlbumListener

skinUIHidden

public void skinUIHidden(JAlbumEvent e)
Specified by:
skinUIHidden in interface JAlbumListener

styleChanged

public void styleChanged(JAlbumEvent e)
Description copied from interface: JAlbumListener
This allows UI designers to adjust their user interface according to the selected style

Specified by:
styleChanged in interface JAlbumListener
Parameters:
e - JAlbumEvent

skinChanged

public void skinChanged(JAlbumEvent e)
Description copied from interface: JAlbumListener
This allows skins to do cleanup before they are unloaded. JAlbum will automatically remove a JAlbumListener after calling this method

Specified by:
skinChanged in interface JAlbumListener
Parameters:
e - JAlbumEvent

albumCreationStarted

public void albumCreationStarted(JAlbumEvent e)
Specified by:
albumCreationStarted in interface JAlbumListener

albumCreationFinished

public void albumCreationFinished(JAlbumEvent e)
Specified by:
albumCreationFinished in interface JAlbumListener