|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.urlchecker.events.BasicChainEvent
public class BasicChainEvent
The Class BasicChainEvent. Immutable.
$Id: BasicChainEvent.java 180 2010-12-12 18:47:56Z georgosn $
Constructor Summary | |
---|---|
BasicChainEvent(Command command,
Context context,
EventTypes eventType)
Instantiates a new basic chain event. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Command |
getCommand()
Gets the command. |
Context |
getContext()
Gets the context. |
EventTypes |
getEventType()
Gets the event type. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BasicChainEvent(Command command, Context context, EventTypes eventType)
command
- the commandcontext
- the contexteventType
- the event typeMethod Detail |
---|
public boolean equals(Object obj)
equals
in class Object
public Command getCommand()
getCommand
in interface ChainEvent
public Context getContext()
getContext
in interface ChainEvent
public EventTypes getEventType()
getEventType
in interface ChainEvent
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |