Uses of Class
com.google.bitcoin.protocols.channels.PaymentChannelServerState.State

Packages that use PaymentChannelServerState.State
com.google.bitcoin.protocols.channels   
 

Uses of PaymentChannelServerState.State in com.google.bitcoin.protocols.channels
 

Methods in com.google.bitcoin.protocols.channels that return PaymentChannelServerState.State
 PaymentChannelServerState.State PaymentChannelServerState.getState()
          This object implements a state machine, and this accessor returns which state it's currently in.
static PaymentChannelServerState.State PaymentChannelServerState.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PaymentChannelServerState.State[] PaymentChannelServerState.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014. All rights reserved.