Uses of Class
eu.bandm.music.applications.myKdF.Network
Packages that use Network
Package
Description
Allows to play "Die Kunst der Fuge" on any JRE, with arrangement
defined interactively by the user.
-
Uses of Network in eu.bandm.music.applications.myKdF
Methods in eu.bandm.music.applications.myKdF with parameters of type NetworkModifier and TypeMethodDescription(package private) void
Kdf.changePiece
(String pieceName, Network network, View view, Control control) Central Service Point: prepare the whole application to play the movement with the given name.(package private) void
Kdf.selectPiece
(String pieceName, Network network, View view, Control control) Central Service Point: prepare the whole application to play the movement with the given name.(package private) void
Kdf.updateAudioRepresentation
(Network network, View view, Control control) Applies the changes to all visual and audible objects which are necessary whenever the selected movement and/or the selected audio-theme representation mode changes.