org.granite.client.tide.impl
Class DefaultPlatform

java.lang.Object
  extended by org.granite.client.tide.impl.DefaultPlatform
All Implemented Interfaces:
Platform

public class DefaultPlatform
extends Object
implements Platform

Author:
William DRAI

Constructor Summary
DefaultPlatform()
           
 
Method Summary
 void configure(Object instance)
           
 void execute(Runnable runnable)
           
 DataManager getDataManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPlatform

public DefaultPlatform()
Method Detail

configure

public void configure(Object instance)
Specified by:
configure in interface Platform

execute

public void execute(Runnable runnable)
Specified by:
execute in interface Platform

getDataManager

public DataManager getDataManager()
Specified by:
getDataManager in interface Platform