|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Thread com.jamesbryangraves.bob.music.Composer
public class Composer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
Composer()
|
Method Summary | |
---|---|
void |
close()
|
void |
compose()
|
java.util.List<MusicEventListener> |
getListeners()
|
MusicContext |
getMusicContext()
|
java.util.List<MusicEventGenerator> |
getMusicGenerators()
|
long |
getTick()
|
boolean |
isOpen()
|
void |
notifyMusicEventListeners(int index,
MusicEvent event)
|
void |
open()
|
void |
run()
|
void |
setListeners(java.util.List<MusicEventListener> listeners)
|
void |
setMusicContext(MusicContext musicContext)
|
void |
setMusicGenerators(java.util.List<MusicEventGenerator> musicGenerators)
|
void |
setTick(long tick)
|
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Composer()
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void compose() throws java.lang.Exception
java.lang.Exception
public void notifyMusicEventListeners(int index, MusicEvent event)
public MusicContext getMusicContext()
public void setMusicContext(MusicContext musicContext)
public java.util.List<MusicEventGenerator> getMusicGenerators()
public void setMusicGenerators(java.util.List<MusicEventGenerator> musicGenerators)
public long getTick()
public void setTick(long tick)
public java.util.List<MusicEventListener> getListeners()
public void setListeners(java.util.List<MusicEventListener> listeners)
public boolean isOpen()
public void open()
public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |