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)
This method handles incoming notifications from SecurePlay games and needs to be implemented by the calling object. |
SPevent
public void SPevent(SPRootTransactionClass tran,
java.lang.String eventdescription,
java.lang.String[] args)
- This method handles incoming notifications from SecurePlay games and needs to be implemented by the calling object.
- Parameters:
tran - SPRootTransactionClass - the transactioneventdescription - String - the discription of the eventargs - String[] - event arguments