C# Class VideoPlayer.Controller.Listener.VideoPlayerCommandListener

Inheritance: IVideoPlayerListener
Mostra file Open project: chris-tomich/Glyma

Public Methods

Method Description
ReceiveMessage ( string message ) : void
VideoPlayerCommandListener ( VideoPlayerMainController mainController ) : VideoPlayer.UI

Method Details

ReceiveMessage() public method

public ReceiveMessage ( string message ) : void
message string
return void

VideoPlayerCommandListener() public method

public VideoPlayerCommandListener ( VideoPlayerMainController mainController ) : VideoPlayer.UI
mainController VideoPlayerMainController
return VideoPlayer.UI