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 PingableAPingablerepresents an object that can receive an event with no associated information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidping()Notify that an event has occurred; the recipient is expected to know what this means.
-