public class
ListenComplete
extends
Operation
Inherited Field Summary
From class
com.google.firebase.database.core.operation.Operation
protected final
Path
path
protected final
OperationSource
source
protected final
Operation.OperationType
type
Public Constructor Summary
ListenComplete
(
OperationSource
source,
Path
path)
Public Method Summary
Operation
operationForChild
(
ChildKey
childKey)
String
toString
()
Inherited Method Summary
From class
com.google.firebase.database.core.operation.Operation
Path
getPath
()
OperationSource
getSource
()
Operation.OperationType
getType
()
abstract
Operation
operationForChild
(
ChildKey
childKey)
From class java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
ListenComplete
(
OperationSource
source,
Path
path)
Parameters
source
path
Public Methods
public
Operation
operationForChild
(
ChildKey
childKey)
Parameters
childKey
public
String
toString
()