public abstract class EntryFee
extends com.threerings.io.SimpleStreamableObject
| Constructor and Description |
|---|
EntryFee() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getDescription()
Returns a description of the entry fee.
|
abstract boolean |
hasFee(com.threerings.crowd.data.BodyObject body)
Checks if the user has the required entry fee.
|
abstract void |
reserveFee(com.threerings.crowd.data.BodyObject body,
ResultListener<Void> listener)
Attempts to reserve the entry fee.
|
abstract void |
returnFee(com.threerings.crowd.data.BodyObject body)
Returns the entry fee.
|
public abstract String getDescription()
public abstract boolean hasFee(com.threerings.crowd.data.BodyObject body)
public abstract void reserveFee(com.threerings.crowd.data.BodyObject body,
ResultListener<Void> listener)
public abstract void returnFee(com.threerings.crowd.data.BodyObject body)
Copyright © 2015. All rights reserved.