2026-03-17 13:31:18 -07:00

6 lines
90 B
Java

package javax.baja.sys;
public interface Topic extends Slot {
Type getEventType();
}