C# Class HoloToolkit.Sharing.IntArrayListener

Inheritance: Listener
Show file Open project: peted70/fd-holodemo

Public Methods

Method Description
Dispose ( ) : void
IntArrayListener ( )
OnValueChanged ( int index, int newValue ) : void
OnValueInserted ( int index, int value ) : void
OnValueRemoved ( int index, int value ) : void

Private Methods

Method Description
IntArrayListener ( global::System.IntPtr cPtr, bool cMemoryOwn )
SwigDerivedClassHasMethod ( string methodName, Array methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorOnValueChanged ( int index, int newValue ) : void
SwigDirectorOnValueInserted ( int index, int value ) : void
SwigDirectorOnValueRemoved ( int index, int value ) : void
getCPtr ( IntArrayListener obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

IntArrayListener() public method

public IntArrayListener ( )

OnValueChanged() public method

public OnValueChanged ( int index, int newValue ) : void
index int
newValue int
return void

OnValueInserted() public method

public OnValueInserted ( int index, int value ) : void
index int
value int
return void

OnValueRemoved() public method

public OnValueRemoved ( int index, int value ) : void
index int
value int
return void