de.greenrobot.dao
Class Command

java.lang.Object
  extended by de.greenrobot.dao.Command

public class Command
extends java.lang.Object

Can be queued (future work).


Nested Class Summary
static class Command.CommandType
           
 
Field Summary
 AbstractDao<?,?> dao
           
 java.lang.Object data
           
 Command.CommandType type
           
 
Constructor Summary
Command(Command.CommandType type, AbstractDao<?,?> dao, java.lang.Object data)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public Command.CommandType type

dao

public AbstractDao<?,?> dao

data

public java.lang.Object data
Constructor Detail

Command

public Command(Command.CommandType type,
               AbstractDao<?,?> dao,
               java.lang.Object data)


Copyright © 2011-2012 greenrobot.de. All Rights Reserved.