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

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

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

import org.valkyriercp.core.Messagable;
import org.valkyriercp.core.Message;
import org.valkyriercp.factory.ControlFactory;

public interface MessagePane extends ControlFactory, Messagable {

    public Message getMessage();

    /**
     * Is this pane currently showing a message?
     *
     * @return true or false
     */
    public boolean isMessageShowing();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy