name system tracks a map of entry names
This commit is contained in:
@@ -3,6 +3,11 @@ package nat;
|
||||
import nat.ArchiveController;
|
||||
|
||||
interface ArchiveUI {
|
||||
/**
|
||||
* Accept and store a reference to the controller
|
||||
*/
|
||||
function setController(controller:ArchiveController):Void;
|
||||
|
||||
/**
|
||||
* Prompt the user to enter text
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user