C# Class Banshee.Dap.DapService

Inheritance: IExtensionService, IDelayedInitializeService, IDisposable
Datei anzeigen Open project: mono-soc-2011/banshee Class Usage Examples

Private Properties

Property Type Description
FindDeviceSource Banshee.Dap.DapSource
HandleDeviceCommand void
MapDevice void
OnDeviceCommand void
OnExtensionChanged void
OnHardwareDeviceAdded void
OnHardwareDeviceRemoved void
OnSourceRemoved void
UnmapDevice void

Public Methods

Method Description
DelayedInitialize ( ) : void
Dispose ( ) : void
Initialize ( ) : void

Private Methods

Method Description
FindDeviceSource ( IDevice device ) : Banshee.Dap.DapSource
HandleDeviceCommand ( Banshee.Dap.DapSource source, DeviceCommandAction action ) : void
MapDevice ( IDevice device ) : void
OnDeviceCommand ( object o, DeviceCommand command ) : void
OnExtensionChanged ( object o, Mono.Addins.ExtensionNodeEventArgs args ) : void
OnHardwareDeviceAdded ( object o, Banshee.Hardware.DeviceAddedArgs args ) : void
OnHardwareDeviceRemoved ( object o, Banshee.Hardware.DeviceRemovedArgs args ) : void
OnSourceRemoved ( SourceEventArgs args ) : void
UnmapDevice ( string uuid ) : void

Method Details

DelayedInitialize() public method

public DelayedInitialize ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void