Class HelloWorld

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

public class HelloWorld
extends Object
implements IApplication

Hello World do CSDK.

Author:
Tecgraf
See Also:
Serialized Form

Constructor Summary
HelloWorld(ICSDKEnvironment environment)
          Construtor padrão das aplicações CSDK.
 
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

HelloWorld

public HelloWorld(ICSDKEnvironment environment)
Construtor padrão das aplicações CSDK.

Parameters:
environment - ambiente CSDK.
Method Detail

onApplicationStart

public void onApplicationStart()
                        throws ApplicationException

Specified by:
onApplicationStart in interface IApplication
Throws:
ApplicationException

onApplicationEnd

public void onApplicationEnd()
                      throws ApplicationException

Specified by:
onApplicationEnd in interface IApplication
Throws:
ApplicationException

onMessageReceived

public void onMessageReceived(IMessage message,
                              IMessageSender sender)

Specified by:
onMessageReceived in interface IApplication

canEndApplication

public boolean canEndApplication()

Specified by:
canEndApplication in interface IApplication


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