|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.utils.ChangeForwarder
org.biojava.bio.seq.db.SequenceDBWrapper.SequencesForwarder
Nested Class Summary |
Nested classes inherited from class org.biojava.utils.ChangeListener |
ChangeListener.AlwaysVetoListener, ChangeListener.LoggingListener |
Field Summary |
Fields inherited from interface org.biojava.utils.ChangeListener |
ALWAYS_VETO, LOG_TO_OUT |
Constructor Summary | |
SequenceDBWrapper.SequencesForwarder(java.lang.Object source,
ChangeSupport cs)
|
Method Summary | |
ChangeEvent |
generateEvent(ChangeEvent ce)
Return the new event to represent the originating event ce. |
Methods inherited from class org.biojava.utils.ChangeForwarder |
changeSupport, getSource, postChange, preChange |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SequenceDBWrapper.SequencesForwarder(java.lang.Object source, ChangeSupport cs)
Method Detail |
public ChangeEvent generateEvent(ChangeEvent ce)
ChangeForwarder
Return the new event to represent the originating event ce.
The returned ChangeEvent is the event that will be fired, and should be built from information in the original event. If it is null, then no event will be fired.
The default implementation just constructs a ChangeEvent of the same type that chains back to ce.
generateEvent
in class ChangeForwarder
ce
- the originating ChangeEvent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |