File tom/Selector


class tom.Selector

A Selector is an object wrapper for a selector.

Inherits

State supers
State

methods

instance (id)
  with selector sel;
Undocumented.

instance tom.Selector

variables

selector sel;
The selector which we wrap.

methods

id (self)
  init selector s;
Designated initializer.

int
  hash;
Return the identity of the selector.

boolean
  equal id other;
Undocumented.

String
  name;
Return the name of the selector.

selector
  selector;
Return the selector we wrap.

Coding methods

void
  encodeUsingCoder Encoder coder;
Encode the receiving Selector object. This writes the name of the selector as the means of identifying the selector upon decoding. (The selector itself can't be written since encoding a selector actually encodes a Selector object.)

void
  initWithCoder Decoder coder;
Initialize the receiving Selector from the coder.


Generated by tm 1.01.