JUCE
Public Member Functions | List of all members
FilenameComponentListener Class Referenceabstract

Listens for events happening to a FilenameComponent. More...

Public Member Functions

virtual ~FilenameComponentListener ()
 Destructor. More...
 
virtual void filenameComponentChanged (FilenameComponent *fileComponentThatHasChanged)=0
 This method is called after the FilenameComponent's file has been changed. More...
 

Detailed Description

Listens for events happening to a FilenameComponent.

Use FilenameComponent::addListener() and FilenameComponent::removeListener() to register one of these objects for event callbacks when the filename is changed.

See also
FilenameComponent

Constructor & Destructor Documentation

virtual FilenameComponentListener::~FilenameComponentListener ( )
virtual

Destructor.

Member Function Documentation

virtual void FilenameComponentListener::filenameComponentChanged ( FilenameComponent fileComponentThatHasChanged)
pure virtual

This method is called after the FilenameComponent's file has been changed.


The documentation for this class was generated from the following file: