com.togethersoft.openapi.model.platform
Class Platform
- public abstract class Platform
- Author:
- TogetherSoft
addPlatformListener
public abstract void addPlatformListener(PlatformListener listener)
contentsChanged
public abstract void contentsChanged()
modelCreated
public abstract void modelCreated(Model model)
modelDeleted
public abstract void modelDeleted(Model model)
removePlatformListener
public abstract void removePlatformListener(PlatformListener listener)
runCommand
public abstract void runCommand(Runnable runnable, boolean undoable)