11 lines
230 B
Java
11 lines
230 B
Java
package com.tridium.ui;
|
|
|
|
import com.tridium.ui.ShellManager.DebugShell;
|
|
import javax.baja.naming.BOrd;
|
|
|
|
public interface NiagaraWbShell extends DebugShell {
|
|
void hyperlink(BOrd bOrd);
|
|
|
|
void updateTransferWidgetStates();
|
|
}
|