public class CancelEvent extends Object
implements Event

Public Constructor Summary

CancelEvent(EventRegistration eventRegistration, DatabaseError error, Path path)

Public Method Summary

void
fire()
Path
String

Inherited Method Summary

Public Constructors

public CancelEvent (EventRegistration eventRegistration, DatabaseError error, Path path)

Parameters
eventRegistration
error
path

Public Methods

public void fire ()

public Path getPath ()

public String toString ()