rero.ircfw.interfaces
Interface FrameworkConstants

All Known Implementing Classes:
AddressSucker, Channel, ChannelInformationTracker, ChannelUserWatch, CTCPParser, FeatureDCC, LocalInfo, LocalInfo.ResolveLocalInfo, ModeTracker, MyInformationTracker, NotifyUser, Parsed1459, ProcessEvents, ProtocolDispatcher, ProtocolHandler, ScriptAlias, ScriptedSet, ServerHandler, User, UserHostParser

public interface FrameworkConstants


Field Summary
static String $ADDRESS$
           
static String $DATA$
          parameters from the event
static String $EVENT$
          the type of event
static String $HOST$
           
static String $NICK$
           
static String $NUMERIC$
           
static String $PARMS$
           
static String $RAW$
           
static String $SERVER$
           
static String $SOURCE$
          information regarding the source of the event
static String $TARGET$
          the target of the event, who is the event "to"
static String $TYPE$
          type of CTCP request (for CTCP's ONLY)
static String $USER$
           
 

Field Detail

$EVENT$

public static final String $EVENT$
the type of event

See Also:
Constant Field Values

$NUMERIC$

public static final String $NUMERIC$
See Also:
Constant Field Values

$SOURCE$

public static final String $SOURCE$
information regarding the source of the event

See Also:
Constant Field Values

$NICK$

public static final String $NICK$
See Also:
Constant Field Values

$ADDRESS$

public static final String $ADDRESS$
See Also:
Constant Field Values

$USER$

public static final String $USER$
See Also:
Constant Field Values

$HOST$

public static final String $HOST$
See Also:
Constant Field Values

$SERVER$

public static final String $SERVER$
See Also:
Constant Field Values

$TARGET$

public static final String $TARGET$
the target of the event, who is the event "to"

See Also:
Constant Field Values

$DATA$

public static final String $DATA$
parameters from the event

See Also:
Constant Field Values

$RAW$

public static final String $RAW$
See Also:
Constant Field Values

$PARMS$

public static final String $PARMS$
See Also:
Constant Field Values

$TYPE$

public static final String $TYPE$
type of CTCP request (for CTCP's ONLY)

See Also:
Constant Field Values