An object that receives callbacks from the CodeDocument when its text changes.  
 More...
#include <juce_CodeDocument.h>
An object that receives callbacks from the CodeDocument when its text changes. 
- See also
- CodeDocument::addListener, CodeDocument::removeListener 
◆ Listener()
  
  | 
        
          | CodeDocument::Listener::Listener | ( |  | ) |  |  | default | 
 
 
◆ ~Listener()
  
  | 
        
          | virtual CodeDocument::Listener::~Listener | ( |  | ) |  |  | virtualdefault | 
 
 
◆ codeDocumentTextInserted()
  
  | 
        
          | virtual void CodeDocument::Listener::codeDocumentTextInserted | ( | const String & | newText, |  
          |  |  | int | insertIndex ) |  | pure virtual | 
 
 
◆ codeDocumentTextDeleted()
  
  | 
        
          | virtual void CodeDocument::Listener::codeDocumentTextDeleted | ( | int | startIndex, |  
          |  |  | int | endIndex ) |  | pure virtual | 
 
 
The documentation for this class was generated from the following file: