io.fixprotocol.md.event.MutableTableColumn Maven / Gradle / Ivy
package io.fixprotocol.md.event;
public interface MutableTableColumn extends TableColumn {
void setHeading(String display);
int updateLength(int newLength);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy