net.quartzware
Interface RBListener

All Known Implementing Classes:
EditorWindow.RBEditTableModel, ResBundle

public interface RBListener

Allows a class to listen to modifications to a resource bundle.


Method Summary
 void entryAdded(RBEvent rbe)
           
 void entryChanged(RBEvent rbe)
           
 void entryInserted(RBEvent rbe)
           
 void entryRemoved(RBEvent rbe)
           
 

Method Detail

entryAdded

public void entryAdded(RBEvent rbe)

entryInserted

public void entryInserted(RBEvent rbe)

entryRemoved

public void entryRemoved(RBEvent rbe)

entryChanged

public void entryChanged(RBEvent rbe)