org.jfugue
Class PatternListenerAdapter
java.lang.Object
org.jfugue.PatternListenerAdapter
- All Implemented Interfaces:
- java.util.EventListener, PatternListener
public class PatternListenerAdapter
- extends java.lang.Object
- implements PatternListener
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.
- Version:
- 3.0
- Author:
- David Koelle
|
Method Summary |
void |
fragmentAdded(Pattern fragment)
Called when a new fragment has been added to a pattern |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternListenerAdapter
public PatternListenerAdapter()
fragmentAdded
public void fragmentAdded(Pattern fragment)
- Called when a new fragment has been added to a pattern
- Specified by:
fragmentAdded in interface PatternListener
- Parameters:
pattern - the fragment that has been added