| Package | Description |
|---|---|
| xapi.collect.api | |
| xapi.util.api | |
| xapi.util.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
Dictionary.forKeys(ReceivesValue<K> receiver) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Bean<X>
A simple interface for objects with typed
ProvidesValue.get() and set(Object) methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
Pointer<X>
This is not "actually" a pointer, but a hard Reference.
|
static class |
ReceivesValue.NoOp<T>
A handy Non-operational class that defaults to do nothing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Pojo<X> |
class |
ProviderAdapter<X> |
class |
ReceiverAdapter<T> |
class |
ReceivesMultiValue<T>
An object designed to delegate a received value to multiple ReceivesValue callbacks.
|
class |
ReceivesPrioritizedValue<T>
An extension of
ReceivesMultiValue which uses three prioritized callback buckets. |
| Modifier and Type | Method and Description |
|---|---|
ReceivesValue<X> |
DeferredMultiReceiver.get() |
ReceivesValue<X> |
ProviderAdapter.get() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeferredMultiReceiver.add(ReceivesValue<X> provider) |
void |
ReceivesPrioritizedValue.addPost(ReceivesValue<T> receiver)
Adds a callback that will be fired after the pre and main callback stacks
|
void |
ReceivesPrioritizedValue.addPre(ReceivesValue<T> receiver)
Adds a callback that will be fired before the main and post callback stacks
|
boolean |
ReceivesMultiValue.addReceiver(ReceivesValue<T> receiver)
Adds a receiver to the end of the callback array.
|
void |
ReceivesPrioritizedValue.removeReceiver(ReceivesValue<T> receiver)
Explicitly remove the given receiver from all callback stacks.
|
void |
ReceivesMultiValue.removeReceiver(ReceivesValue<T> receiver) |
void |
ReceiverAdapter.set(ReceivesValue<T> receiver) |
void |
ProviderAdapter.set(ReceivesValue<X> receiver) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeferredMultiReceiver.add(ProvidesValue<ReceivesValue<X>> provider) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.