FakeSessionConnector


public final class FakeSessionConnector


Summary

Public constructors

Public methods

void

Closes the SessionConnector.

void
initialize(
    @NonNull LifecycleManager lifecycleManager,
    @NonNull JxrPlatformAdapter platformAdapter
)

Initializes the SessionConnector.

final boolean

Whether the SessionConnector has been initialized or not.

final void
setInitialized(boolean isInitialized)

Whether the SessionConnector has been initialized or not.

Public constructors

FakeSessionConnector

Added in 1.0.0-alpha04
public FakeSessionConnector()

Public methods

close

Added in 1.0.0-alpha04
public void close()

Closes the SessionConnector. Called when the Session is destroyed.

initialize

Added in 1.0.0-alpha04
public void initialize(
    @NonNull LifecycleManager lifecycleManager,
    @NonNull JxrPlatformAdapter platformAdapter
)

Initializes the SessionConnector.

isInitialized

Added in 1.0.0-alpha04
public final boolean isInitialized()

Whether the SessionConnector has been initialized or not.

setInitialized

Added in 1.0.0-alpha04
public final void setInitialized(boolean isInitialized)

Whether the SessionConnector has been initialized or not.