Skip to main content

SwitchTabResponse.Visitor

Package: velox.api.layer1.messages.tab

Type: Interface

Enclosing Interface: SwitchTabResponse

Description​

public static interface SwitchTabResponse.Visitor<T, E extends Exception>

Methods​

onSuccess​

T onSuccess(SwitchTabResponse.Success success) throws E

Throws:

  • E - Generic exception type

onNoSuchTab​

T onNoSuchTab(SwitchTabResponse.NoSuchTab noSuchTab) throws E

Throws:

  • E - Generic exception type