se.datadosen.jalbum.event
Class JAlbumAdapter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAlbumAdapter
public JAlbumAdapter()
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