|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfugue.PatternListenerAdapter
public class PatternListenerAdapter
This Adapter class implements all of the methods of PatternListener, but the implementations are blank. If you want something to be a PatternListener, but you don't want to implement all of the PatternListener methods, extend this class.
Constructor Summary | |
---|---|
PatternListenerAdapter()
|
Method Summary | |
---|---|
void |
fragmentAdded(Pattern fragment)
Called when a new fragment has been added to a pattern |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternListenerAdapter()
Method Detail |
---|
public void fragmentAdded(Pattern fragment)
fragmentAdded
in interface PatternListener
pattern
- the fragment that has been added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |