All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface cryptix.math.TestPrimeObserver

public interface TestPrimeObserver
This is a callback interface for monitoring the progress of primality testing using the TestPrime class.

Copyright © 1995-1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.1.1.1 $

Author:
unattributed

Variable Index

 o HAS_SMALL_FACTORS
 o IS_PRIME
 o NO_SMALL_FACTORS
 o NOT_PRIME

Method Index

 o handleEvent(int)

Variables

 o HAS_SMALL_FACTORS
 public static final int HAS_SMALL_FACTORS
 o NO_SMALL_FACTORS
 public static final int NO_SMALL_FACTORS
 o NOT_PRIME
 public static final int NOT_PRIME
 o IS_PRIME
 public static final int IS_PRIME

Methods

 o handleEvent
 public abstract void handleEvent(int evnt)

All Packages  Class Hierarchy  This Package  Previous  Next  Index