SecurePlayLibray J2SE
v2.1

com.SecurePlay
Interface SPEventInterface


public interface SPEventInterface

This interface is the Callback Interface for external objects (typically developed games) to receive notifications of significant events from a Game or Transaction instance.

Author:
IT GlobalSecure
See Also:
SecurePlay License Information
 

Method Summary
 void SPevent(SPRootTransactionClass tran, java.lang.String eventdescription, java.lang.String[] args, java.lang.String sourceMethod, java.lang.String sourceClass, java.lang.String errorType)
          This method handles incoming notifications from SecurePlay games and needs to be implemented by the calling object.
 

Method Detail

SPevent

public void SPevent(SPRootTransactionClass tran,
                    java.lang.String eventdescription,
                    java.lang.String[] args,
                    java.lang.String sourceMethod,
                    java.lang.String sourceClass,
                    java.lang.String errorType)
This method handles incoming notifications from SecurePlay games and needs to be implemented by the calling object.

Parameters:
tran - SPRootTransactionClass - the transaction
eventdescription - String - the discription of the event
args - String[] - event arguments

SecurePlayLibray J2SE
v2.1

2006 Copyright Filed by IT GlobalSecure, Inc. All Rights Reserved. Not to be used without authorization by Author. SecurePlay, IT GlobalSecure, and IT Armor are registered trademarks by IT GlobalSecure, Inc. Software protected by software license, and one or more the following U.S. and International patent numbers: U.S. Patent 6,030,288, U.S. Patent 6,165,072, European Patent Office EP1016049A1,and World Intellectual Property Organization WO9912135C1 and additional filings worldwide.