public class CollectionEventRegister<T> extends Object
| Constructor and Description |
|---|
CollectionEventRegister() |
CollectionEventRegister(ActionBroadcast<T> addActions,
ActionBroadcast<T> removeActions) |
| Modifier and Type | Method and Description |
|---|---|
<S extends T> |
filtered(CollectionFilter<S> filter) |
Action<T> |
getAddAction() |
Action<T> |
getRemoveAction() |
Action<? super T> |
registerAddAction(Action<? super T> addAction) |
Action<? super T> |
registerRemoveAction(Action<? super T> removeAction) |
public CollectionEventRegister()
public CollectionEventRegister(ActionBroadcast<T> addActions, ActionBroadcast<T> removeActions)
public <S extends T> CollectionEventRegister<S> filtered(CollectionFilter<S> filter)
Copyright © 2013. All rights reserved