public class BaseController extends Object implements IAutoWired
| Constructor and Description |
|---|
BaseController() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInitialized(BaseComponent root)
Generates a log entry as each controller is initialized.
|
void |
log(boolean condition,
String messageIfTrue,
String messageIfFalse)
Logs one of two messages, depending on the condition.
|
void |
log(String message)
Log the message to the UI.
|
public void afterInitialized(BaseComponent root)
afterInitialized in interface IAutoWiredpublic void log(String message)
message - Message to log.public void log(boolean condition,
String messageIfTrue,
String messageIfFalse)
condition - Determines which message to log.messageIfTrue - Message to log if condition is true.messageIfFalse - Message to log if condition is false.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.