public class IMActions extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
IMActions.IMAction |
static interface |
IMActions.IMActionsListener |
Modifier and Type | Method and Description |
---|---|
static void |
addFirstAction(IMActions.IMAction act) |
static void |
addLastAction(IMActions.IMAction act) |
static void |
addNormalAction(IMActions.IMAction act) |
static Iterator |
getFirstActions() |
static Iterator |
getLastActions() |
static Iterator |
getNormalActions() |
static void |
setIMActionsListener(IMActions.IMActionsListener lis) |
public static void addFirstAction(IMActions.IMAction act)
public static void addLastAction(IMActions.IMAction act)
public static void addNormalAction(IMActions.IMAction act)
public static Iterator getFirstActions()
public static Iterator getNormalActions()
public static Iterator getLastActions()
public static void setIMActionsListener(IMActions.IMActionsListener lis)