com.jp.protection.pub.pro.network
Interface NetworkCheckListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
LicenseHostPro

public interface NetworkCheckListener
extends java.util.EventListener

This class represents a listener used by the NetworkCheck to notify interested parties about the occurence of number of concurrently running copies violation.


Method Summary
 void numberCopiesViolation(NetworkCheck aSource, int aNumberInUse)
          NetworkCheck calls this method when it recognizes violation in number of concurrently running copies.
 

Method Detail

numberCopiesViolation

void numberCopiesViolation(NetworkCheck aSource,
                           int aNumberInUse)
NetworkCheck calls this method when it recognizes violation in number of concurrently running copies.

Parameters:
aSource - an instance of the NetworkCheck called this method
aNumberInUse - number of copies that are actually in use now