mome
Class Executor.CommandEvent

java.lang.Object
  extended by mome.Executor.CommandEvent
Enclosing class:
Executor

 class Executor.CommandEvent
extends Object

Command - Source association.

Version:
1.0
Author:
Sergio Morozov

Field Summary
 Object command
           
 Object src
           
 
Constructor Summary
Executor.CommandEvent(Object command, Object src)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

command

public Object command

src

public Object src
Constructor Detail

Executor.CommandEvent

public Executor.CommandEvent(Object command,
                             Object src)