edu.stanford.hci.dtools.assetlibrary
Class SoundFileFilter

java.lang.Object
  extended by edu.stanford.hci.dtools.assetlibrary.SoundFileFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class SoundFileFilter
extends java.lang.Object
implements java.io.FilenameFilter

A FilenameFilter to match supported sound file formats.

This software is distributed under the BSD License.

Author:
Bjoern Hartmann ( bjoern(AT)stanford.edu ), Michael Bernstein ( mbernst(AT)stanford.edu )

Constructor Summary
SoundFileFilter()
           
 
Method Summary
 boolean accept(java.io.File arg0, java.lang.String arg1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoundFileFilter

public SoundFileFilter()
Method Detail

accept

public boolean accept(java.io.File arg0,
                      java.lang.String arg1)
Specified by:
accept in interface java.io.FilenameFilter