org.jboss.errai.workspaces.client.modules
Interface Module

All Known Implementing Classes:
AuthenticationModule, ShoutboxModule

public interface Module

A module is a client side piece of code that intertacts with the message bus. Modules may have UI components associated with them, but they don't need to.

Initialization of a module (i.e. registering message callbacks) should be done in the start() method.


Method Summary
 void start()
           
 void stop()
           
 

Method Detail

start

void start()

stop

void stop()


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.