teste
Class Teste

java.lang.Object
  extended by teste.Teste
All Implemented Interfaces:
IApplication, Serializable

public class Teste
extends Object
implements IApplication

Aplicação de teste simples.

Author:
Tecgraf/PUC-Rio
See Also:
Serialized Form

Constructor Summary
Teste(ICSDKEnvironment csdkInterface)
          Construtor padrão.
 
Method Summary
 boolean canEndApplication()
          
 void onApplicationEnd()
          
 void onApplicationStart()
          
 void onMessageReceived(IMessage message, IMessageSender sender)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Teste

public Teste(ICSDKEnvironment csdkInterface)
Construtor padrão.

Parameters:
csdkInterface - interface padrão para o ambiente CSDK.
Method Detail

canEndApplication

public boolean canEndApplication()

Specified by:
canEndApplication in interface IApplication

onMessageReceived

public void onMessageReceived(IMessage message,
                              IMessageSender sender)

Specified by:
onMessageReceived in interface IApplication

onApplicationEnd

public void onApplicationEnd()
                      throws ApplicationException

Specified by:
onApplicationEnd in interface IApplication
Throws:
ApplicationException

onApplicationStart

public void onApplicationStart()
                        throws ApplicationException

Specified by:
onApplicationStart in interface IApplication
Throws:
ApplicationException


Copyright © 2013–2014 Tecgraf/PUC-Rio. All rights reserved.