Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
PageCountChangeEvent (int newPageCount) | |
int | getPageCount () |
Private Attributes | |
final int | pageCount |
Event used to let subscribers know that the number of pages has changed.
Definition at line 195 of file BaseChildFactory.java.
org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PageCountChangeEvent.PageCountChangeEvent | ( | int | newPageCount | ) |
Definition at line 199 of file BaseChildFactory.java.
int org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PageCountChangeEvent.getPageCount | ( | ) |
Definition at line 203 of file BaseChildFactory.java.
References org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PageCountChangeEvent.pageCount.
|
private |
Definition at line 197 of file BaseChildFactory.java.
Referenced by org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PageCountChangeEvent.getPageCount().
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.