public abstract class EntryListener extends java.lang.Object implements IUpdateableListener
Entry
. This is just for
convenience to avoid having to cast IUpdateables to Entries when making an
IUpdateableListener.component
Constructor and Description |
---|
EntryListener(Entry entry)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
update(IUpdateable component)
Redirects the update method to
updateEntry() . |
abstract void |
updateEntry()
This method is only called if the Entry that was specified in the
constructor is valid and has been updated.
|
public EntryListener(Entry entry)
entry
- The Entry to listen to.public final void update(IUpdateable component)
updateEntry()
.update
in interface IUpdateableListener
component
- The component that was updated in some way.public abstract void updateEntry()