Inheritance diagram for code::FileChangeNotifier::NotifierEvent:

The ActionSource you get is a FileChangeNotifier. The type of event is either "Modified" or "NewFile"
Public Member Functions | |
| NotifierEvent (FileChangeNotifier *n, const std::string &evt_type, const std::string &file_name) | |
| ActionSource * | getSource () const |
| Returns a pointer to the object that generated this ActionEvent. | |
| const std::string & | getType () const |
| Returns a source-specific type identifier to indicate what action occurred. | |
Public Attributes | |
| std::string | filename |
| The new or modified file being notified about. | |
| code::FileChangeNotifier::NotifierEvent::NotifierEvent | ( | FileChangeNotifier * | n, | |
| const std::string & | evt_type, | |||
| const std::string & | file_name | |||
| ) | [inline] |
| ActionSource* code::ActionEvent::getSource | ( | ) | const [inline, inherited] |
Returns a pointer to the object that generated this ActionEvent.
| const std::string& code::ActionEvent::getType | ( | ) | const [inline, inherited] |
Returns a source-specific type identifier to indicate what action occurred.
The new or modified file being notified about.
1.4.7