C# Class VideoPlayer.Controller.Listener.VideoPlayerCommandListener

Inheritance: IVideoPlayerListener
Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Méthode Description
ReceiveMessage ( string message ) : void
VideoPlayerCommandListener ( VideoPlayerMainController mainController ) : VideoPlayer.UI

Method Details

ReceiveMessage() public méthode

public ReceiveMessage ( string message ) : void
message string
Résultat void

VideoPlayerCommandListener() public méthode

public VideoPlayerCommandListener ( VideoPlayerMainController mainController ) : VideoPlayer.UI
mainController VideoPlayerMainController
Résultat VideoPlayer.UI