JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
FilenameComponentListener Class Reference

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

List of all members.

Public Member Functions

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

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

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: