Interface cryptix.math.TestPrimeObserver
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface cryptix.math.TestPrimeObserver

public interface TestPrimeObserver
extends Object
This is the callback for monitoring progress of prime number generation

Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) All rights reserved.


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 final static int HAS_SMALL_FACTORS
 o NO_SMALL_FACTORS
  public final static int NO_SMALL_FACTORS
 o NOT_PRIME
  public final static int NOT_PRIME
 o IS_PRIME
  public final static int IS_PRIME

Methods

 o handleEvent
  public abstract void handleEvent(int evnt)

All Packages  Class Hierarchy  This Package  Previous  Next  Index