Fixed app callback events
This commit is contained in:
parent
9fda57b191
commit
76f3da5da7
4 changed files with 14 additions and 0 deletions
|
|
@ -42,6 +42,11 @@ public class TosAmpDeskApp extends AbstractDeskApp implements DeskAppRenderer {
|
|||
return bundle.getString(TosAmpDeskApp.class.getSimpleName()+"."+key);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void exit() {
|
||||
music.stop();
|
||||
}
|
||||
|
||||
public void create() {
|
||||
getContours().setTitle(getTxt("title"));
|
||||
getContours().registrateContour(DeskAppContourSection.MAIN, this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue