public class DataEvent extends Object
implements Event

Public Constructor Summary

DataEvent(Event.EventType eventType, EventRegistration eventRegistration, DataSnapshot snapshot, String prevName)

Public Method Summary

void
fire()
Event.EventType
Path
String
DataSnapshot
String

Inherited Method Summary

Public Constructors

public DataEvent (Event.EventType eventType, EventRegistration eventRegistration, DataSnapshot snapshot, String prevName)

Parameters
eventType
eventRegistration
snapshot
prevName

Public Methods

public void fire ()

public Event.EventType getEventType ()

public Path getPath ()

public String getPreviousName ()

public DataSnapshot getSnapshot ()

public String toString ()