Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PageCountChangeEvent Class Reference

Public Member Functions

 PageCountChangeEvent (int newPageCount)
 
int getPageCount ()
 

Private Attributes

final int pageCount
 

Detailed Description

Event used to let subscribers know that the number of pages has changed.

Definition at line 195 of file BaseChildFactory.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PageCountChangeEvent.PageCountChangeEvent ( int  newPageCount)

Definition at line 199 of file BaseChildFactory.java.

Member Function Documentation

int org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PageCountChangeEvent.getPageCount ( )

Member Data Documentation

final int org.sleuthkit.autopsy.datamodel.BaseChildFactory< T extends Content >.PageCountChangeEvent.pageCount
private

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

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.