C# Class ADLTest.InitListener

Inheritance: ADL.PlatformInitListener
Show file Open project: addlive/addlive_sdk_c_sharp Class Usage Examples

Public Methods

Method Description
InitListener ( CountdownLatch latch ) : System
onInitProgressChanged ( InitProgressChangedEvent e ) : void
onInitStateChanged ( InitStateChangedEvent e ) : void

Method Details

InitListener() public method

public InitListener ( CountdownLatch latch ) : System
latch CountdownLatch
return System

onInitProgressChanged() public method

public onInitProgressChanged ( InitProgressChangedEvent e ) : void
e ADL.InitProgressChangedEvent
return void

onInitStateChanged() public method

public onInitStateChanged ( InitStateChangedEvent e ) : void
e ADL.InitStateChangedEvent
return void