PreFlag

nape.callbacks.PreFlag (final class)

Enumeration of interaction states for arbiters. These values are returned by PreListener callback handlers.

Static Members

nape
ACCEPT: PreFlag

Value denotes interaction will occur, and Nape will not ask again.


nape
IGNORE: PreFlag

Value denotes interaction will be ignored, and Nape will not ask again.


nape
ACCEPT_ONCE: PreFlag

Value denotes interaction will occur 'this' step, and Nape will ask what to do again in the following step if interaction is still possible.


nape
IGNORE_ONCE: PreFlag

Value denotes interaction will be ignored 'this' step, and Nape will ask what to do again in the following step if interaction is still possible.

Instance Members

nape
toString(): String

@private

Returns
String

nape
new(): Void

@private

Private Members

Metadata

Name Parameters
:final -