link start!
@@ -0,0 +1,7 @@
|
||||
package com.tridium.workbench.celltable;
|
||||
|
||||
public interface CellEditorContainer {
|
||||
CellController getCellController();
|
||||
|
||||
void setCellController(CellController cellController);
|
||||
}
|
||||
|
After Width: | Height: | Size: 332 B |
|
After Width: | Height: | Size: 886 B |
|
After Width: | Height: | Size: 892 B |
|
After Width: | Height: | Size: 333 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 884 B |
|
After Width: | Height: | Size: 904 B |
@@ -0,0 +1,5 @@
|
||||
package com.tridium.workbench.job;
|
||||
|
||||
public interface JobListener {
|
||||
void jobEvent(JobEvent jobEvent);
|
||||
}
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 68 KiB |
|
After Width: | Height: | Size: 68 KiB |