public class EntryBookViewHandler extends Object implements ServiceListener
| Modifier and Type | Field and Description |
|---|---|
protected EntryBookService |
entryBookService |
protected EntryBookView |
view |
| Constructor and Description |
|---|
EntryBookViewHandler(EntryBookView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntryBook()
Add new entry book (display blocking dialog and perform add).
|
void |
deleteEntryBook()
Delete selected entry book.
|
void |
importEntryBooks()
Import entry book.
|
void |
init() |
protected void |
loadAllEntryBooks()
Load all available entry book into table.
|
void |
notifyMethod(String serviceName,
String methodeName) |
void |
updateEntryBook()
Update existing entry book.
|
protected EntryBookView view
protected EntryBookService entryBookService
public EntryBookViewHandler(EntryBookView view)
public void init()
protected void loadAllEntryBooks()
public void addEntryBook()
public void updateEntryBook()
public void deleteEntryBook()
public void importEntryBooks()
notifyMethod(String, String) called
by service listener.public void notifyMethod(String serviceName, String methodeName)
notifyMethod in interface ServiceListenerCopyright © 2008–2013 CodeLutin. All rights reserved.