Class HostFactory
- java.lang.Object
-
- com.adobe.versioncue.nativecomm.host.HostFactory
-
public class HostFactory extends java.lang.Object
- Since:
- CS5
-
-
Constructor Summary
Constructors Constructor Description HostFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static INCommHost
createHost(IHostDelegate delegate)
Create an INCommHost instance using the specified delegate.
-
-
-
Method Detail
-
createHost
public static INCommHost createHost(IHostDelegate delegate)
Create an INCommHost instance using the specified delegate.- Parameters:
delegate
- - host delegate- Returns:
- INCommHost instance
-
-