6 lines
90 B
Java
6 lines
90 B
Java
package javax.baja.sys;
|
|
|
|
public interface Topic extends Slot {
|
|
Type getEventType();
|
|
}
|