testefs
Class TesteFS

java.lang.Object
  extended by testefs.TesteFS
All Implemented Interfaces:
IApplication, Serializable

public class TesteFS
extends Object
implements IApplication

Aplicação de teste simples.

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

Constructor Summary
TesteFS(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

TesteFS

public TesteFS(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–2015 Tecgraf/PUC-Rio. All rights reserved.