org.crosswire.jsword.passage
Interface PassageListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
PassageSelectionPane.CustomPassageListener

public interface PassageListener
extends EventListener

A PassageListener gets told when the verses in a Passage have changed (added or removed).

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

Method Summary
 void versesAdded(PassageEvent ev)
          Sent after stuff has been added to the Passage, more info about what and where can be had from the Event
 void versesChanged(PassageEvent ev)
          Sent after verses have been symultaneously added and removed from the Passage, more info about what and where can be had from the Event
 void versesRemoved(PassageEvent ev)
          Sent after stuff has been removed from the Passage, more info about what and where can be had from the Event
 

Method Detail

versesAdded

void versesAdded(PassageEvent ev)
Sent after stuff has been added to the Passage, more info about what and where can be had from the Event

Parameters:
ev - a PassageEvent encapuslating the event information

versesRemoved

void versesRemoved(PassageEvent ev)
Sent after stuff has been removed from the Passage, more info about what and where can be had from the Event

Parameters:
ev - a PassageEvent encapuslating the event information

versesChanged

void versesChanged(PassageEvent ev)
Sent after verses have been symultaneously added and removed from the Passage, more info about what and where can be had from the Event

Parameters:
ev - a PassageEvent encapuslating the event information

Copyright ? 2003-2006