org.metastatic.rsync
Class MatcherEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.metastatic.rsync.MatcherEvent
All Implemented Interfaces:
Serializable

public class MatcherEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MatcherEvent(Delta delta)
           
 
Method Summary
 Delta getDelta()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MatcherEvent

public MatcherEvent(Delta delta)
Method Detail

getDelta

public Delta getDelta()