Package net.sf.saxon.expr.elab
Interface Pingable
- All Known Implementing Classes:
ArrayFunctionSet.ArrayBuild,ArrayFunctionSet.ArrayFilter,ArrayFunctionSet.ArrayForEach,ArrayFunctionSet.ArrayForEachPair,ArrayFunctionSet.ArrayFromSequence,ArrayFunctionSet.ArrayGeneratingFunction,ArrayFunctionSet.ArrayOfMembers,ArrayFunctionSet.ArrayReverse,ArraySort,SquareArrayConstructor
public interface Pingable
A
Pingable represents an object that can receive an event with no associated information.-
Method Summary
Modifier and TypeMethodDescriptionvoidping()Notify that an event has occurred; the recipient is expected to know what this means.
-
Method Details
-
ping
void ping()Notify that an event has occurred; the recipient is expected to know what this means.
-