public class VerifierFactoryListModel extends Object implements VerifierFactoryObserver, ListModel
Constructor and Description |
---|
VerifierFactoryListModel() |
Modifier and Type | Method and Description |
---|---|
void |
addListDataListener(ListDataListener l) |
Object |
getElementAt(int index) |
int |
getSize() |
void |
removeListDataListener(ListDataListener l) |
void |
update(String s)
VerifierFactoryObserver instances are notified invoking this method.
|
public void update(String s)
VerifierFactoryObserver
update
in interface VerifierFactoryObserver
public void addListDataListener(ListDataListener l)
addListDataListener
in interface ListModel
public void removeListDataListener(ListDataListener l)
removeListDataListener
in interface ListModel
public Object getElementAt(int index)
getElementAt
in interface ListModel
Copyright © 2017. All rights reserved.