Package se.datadosen.jalbum.event
Interface JAlbumListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
JAlbumAdapter
Listener interface to be implemented by classes interrested in monitoring the
lifecycle of a skin UI Skin developers are _STRONGLY_ adviced to subclass the
JAlbumAdapter in order to monitor events as new methods probably will be
added here.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
This allows skins to do cleanup before they are unloaded.void
void
void
This allows UI designers to adjust their user interface according to the selected style
-
Method Details
-
skinUIDisplayed
-
skinUIHidden
-
styleChanged
This allows UI designers to adjust their user interface according to the selected style- Parameters:
e
- JAlbumEvent
-
skinChanged
This allows skins to do cleanup before they are unloaded. JAlbum will automatically remove a JAlbumListener after calling this method- Parameters:
e
- JAlbumEvent
-
albumCreationStarted
-
albumCreationFinished
-