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

org.valkyriercp.component.MessagableTab Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package org.valkyriercp.component;


import org.valkyriercp.core.Message;

/**
 * Set a message on a tab, coming from some source.
 */
public interface MessagableTab
{

    void setMessage(Object source, Message message, int tabIndex);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy