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

com.flash3388.flashlib.net.messaging.Message Maven / Gradle / Ivy

The newest version!
package com.flash3388.flashlib.net.messaging;

/**
 * A basic message. Containing both the contents of a message and
 * serialization logic for it.
 *
 * @since FlashLib 3.2.0
 */
public interface Message extends InMessage, OutMessage {

    MessageType getType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy