org.jfugue
Class PatternListenerAdapter

java.lang.Object
  extended by 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

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

PatternListenerAdapter

public PatternListenerAdapter()
Method Detail

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