public static class StatusListenerAdapter.LegacyWrapper extends Object implements StatusListener, Wrapper<StatusListener>
All functionality is delegated to the loci-common implementation.
| Constructor and Description |
|---|
StatusListenerAdapter.LegacyWrapper(StatusListener sl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
statusUpdated(StatusEvent e)
Called when status is updated.
|
String |
toString() |
StatusListener |
unwrap()
Gets the wrapped object.
|
public StatusListenerAdapter.LegacyWrapper(StatusListener sl)
public StatusListener unwrap()
Wrapperunwrap in interface Wrapper<StatusListener>public void statusUpdated(StatusEvent e)
StatusListenerstatusUpdated in interface StatusListenerCopyright © 2014 Open Microscopy Environment