public interface ThemeMetaListener
ThemeMeta
.Modifier and Type | Method and Description |
---|---|
void |
authorsChanged(ThemeMeta meta)
Called if the authors of
meta changed. |
void |
descriptionChanged(ThemeMeta meta)
Called if the description of
meta changed. |
void |
nameChanged(ThemeMeta meta)
Called if the name of
meta changed. |
void |
webpagesChanged(ThemeMeta meta)
Called if the webpages of
meta changed. |
void nameChanged(ThemeMeta meta)
meta
changed.meta
- the meta whose property changedvoid descriptionChanged(ThemeMeta meta)
meta
changed.meta
- the meta whose property changedvoid authorsChanged(ThemeMeta meta)
meta
changed.meta
- the meta whose property changedvoid webpagesChanged(ThemeMeta meta)
meta
changed.meta
- the meta whose property changed