Package Index
|
Class Index
com.google.api.client.http
fm.audiobox.core
fm.audiobox.core.config
fm.audiobox.core.exceptions
fm.audiobox.core.models
fm.audiobox.core.models.collections
fm.audiobox.core.net
fm.audiobox.core.parsers
fm.audiobox.core.store
fm.audiobox.core.utils
Classes
EventedModelList
<T>
ModelEvent
<E>
Package Index
|
Class Index
package
fm.audiobox.core.models.collections
Classes
EventedModelList
<T>
A java.util.LinkedList extension that triggers events on:
add an item
ADD
remove an item
REMOVE
clear the list
CLEAR
ModelEvent
<E>
This is the wrapper object sent to the observers.