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

io.fixprotocol.md.event.MutableTableColumn Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
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