Interface Pingable
- All Known Implementing Classes:
ArrayFunctionSet.ArrayFilter, ArrayFunctionSet.ArrayForEach, ArrayFunctionSet.ArrayForEachPair, ArrayFunctionSet.ArrayFromSequence, ArrayFunctionSet.ArrayGeneratingFunction, 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.
-