net.quartzware
Class RBEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.quartzware.RBEvent
All Implemented Interfaces:
java.io.Serializable

public class RBEvent
extends java.util.EventObject

Event sent to RBListeners.

See Also:
Serialized Form

Constructor Summary
RBEvent(ResBundle rb, Entry entry, int ndx)
           
 
Method Summary
 ResBundle getBundle()
           
 Entry getEntry()
           
 int getIndex()
           
 java.lang.String getKey()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RBEvent

public RBEvent(ResBundle rb,
               Entry entry,
               int ndx)
Method Detail

getBundle

public ResBundle getBundle()

getEntry

public Entry getEntry()

getKey

public java.lang.String getKey()

getIndex

public int getIndex()