public class PxtSessionDelegateFactory
extends java.lang.Object
PxtSessionDelegate
Modifier | Constructor and Description |
---|---|
protected |
PxtSessionDelegateFactory()
This constructor should not be called by clients.
|
Modifier and Type | Method and Description |
---|---|
static PxtSessionDelegateFactory |
getInstance()
Returns a factory object that can create PxtSessionDelegate objects.
|
PxtSessionDelegate |
newPxtSessionDelegate()
Returns an instance of PxtSessionDelegate.
|
protected PxtSessionDelegateFactory()
getInstance()
to obtain a factory. The constructor has protected
visibility to allow for different factory implementations through subclassing.public static PxtSessionDelegateFactory getInstance()
public PxtSessionDelegate newPxtSessionDelegate()