com.flash3388.flashlib.net.messaging.Message Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flashlib.net.core Show documentation
Show all versions of flashlib.net.core Show documentation
Robotics development framework (flashlib.net.core)
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