org.granite.client.tide
Interface Platform

All Known Implementing Classes:
DefaultPlatform, JavaFXPlatform

public interface Platform

Author:
William DRAI

Method Summary
 void configure(Object instance)
           
 void execute(Runnable runnable)
           
 DataManager getDataManager()
           
 

Method Detail

getDataManager

DataManager getDataManager()

configure

void configure(Object instance)

execute

void execute(Runnable runnable)