Method | Description | |
---|---|---|
CreateSingletonInstance ( ) : void |
Creates the singleton instance. If the instance is already set, the method does not replace it.
|
|
Equals ( object obj ) : bool |
Compares the instance with another one for equality.
|
|
EventListenerConfig ( |
Creates an instance for the given type
|
|
EventListenerConfig ( object listenerInstance ) : System |
Creates an instance for the given instance
|
|
GetHashCode ( ) : int |
Object infrastructure
|
|
SetSingletonInstance ( object instance ) : void |
Sets the singleton instance. If the instance is already set, the method does not replace it.
|
public Equals ( object obj ) : bool | ||
obj | object | The config to compare with |
return | bool |
public EventListenerConfig ( |
||
listenerType | The listener type to use | |
return | System |
public EventListenerConfig ( object listenerInstance ) : System | ||
listenerInstance | object | The listener object to use |
return | System |
public SetSingletonInstance ( object instance ) : void | ||
instance | object | the instance to set |
return | void |