All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.terracotta.entity.internal.ToolkitAwareEntity Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
/*
 * All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved.
 */
package com.terracotta.entity.internal;

import org.terracotta.toolkit.Toolkit;

/**
 * ToolkitAwareEntity
 */
public interface ToolkitAwareEntity {

  void setToolkit(Toolkit toolkit);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy