Autopsy  4.19.1
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 196 of file BaseChildFactory.java.

Constructor & Destructor Documentation

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

Definition at line 200 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-2021 Basis Technology. Generated on: Thu Sep 30 2021
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.