|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinterfaces.CommandColleague
public abstract class CommandColleague
Abstract class for the colleague objects to interact with mediator.
Classes need to inhert this class to communicate with mediator class.
ICommandMediator
Field Summary | |
---|---|
static ICommandMediator |
commandMediator
Reference to the ICommandMediator class |
Constructor Summary | |
---|---|
CommandColleague(ICommandMediator commandMediator)
Constructor set the ICommandMediator type object |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static ICommandMediator commandMediator
Constructor Detail |
---|
public CommandColleague(ICommandMediator commandMediator)
commandMediator
- command mediator object that to be set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |