|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| org.musicontroller.core | |
| org.musicontroller.gui.components | |
| Uses of Event in org.musicontroller.core |
|---|
| Methods in org.musicontroller.core that return Event | |
|---|---|
Event |
Song.addDownloadedEvent(java.util.Date moment,
IUser user)
|
Event |
Song.addEvent(java.util.Date moment,
IUser user,
int eventkind)
|
Event |
Song.addPlayedEvent(java.util.Date moment,
IUser user)
|
Event |
Song.addRequestedEvent(java.util.Date moment,
IUser user)
|
Event |
Song.addSkippedEvent(java.util.Date moment,
IUser user)
|
| Methods in org.musicontroller.core that return types with arguments of type Event | |
|---|---|
java.util.Set<Event> |
Song.getEvents()
Getter for the set of events of the song. |
| Methods in org.musicontroller.core with parameters of type Event | |
|---|---|
void |
EventCountLookup.addEvent(Event event)
Updates this EventCountLookup object with a new Event. |
int |
Event.compareTo(Event ev)
|
| Method parameters in org.musicontroller.core with type arguments of type Event | |
|---|---|
static EventCountLookup |
EventCountLookup.create(java.util.Set<Event> events,
long songid)
Factory method, which returns an EventCountLookup object. |
void |
Song.setEvents(java.util.Set<Event> events)
Setter for the set of events of the song. |
| Uses of Event in org.musicontroller.gui.components |
|---|
| Methods in org.musicontroller.gui.components that return Event | |
|---|---|
abstract Event |
EventList.getEvent()
|
| Methods in org.musicontroller.gui.components that return types with arguments of type Event | |
|---|---|
abstract java.util.Collection<Event> |
EventList.getEvents()
|
| Methods in org.musicontroller.gui.components with parameters of type Event | |
|---|---|
abstract void |
EventList.setEvent(Event event)
|
| Method parameters in org.musicontroller.gui.components with type arguments of type Event | |
|---|---|
abstract void |
EventList.setEvents(java.util.Collection<Event> events)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||