ar.com.leak.iolsucker.view
Class Repository.ObservableAction

java.lang.Object
  extended by ar.com.leak.iolsucker.view.Repository.ObservableAction
Enclosing interface:
Repository

public static class Repository.ObservableAction
extends Object

Una acci�n observable del repositorio

Since:
Aug 3, 2005
Author:
Juan F. Codagnone

Constructor Summary
Repository.ObservableAction(String msg, Repository.ObservableActionEnum type, File file)
          Argumento pasado a los observers
 
Method Summary
 File getFile()
           
 String getMsg()
           
 Repository.ObservableActionEnum getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Repository.ObservableAction

public Repository.ObservableAction(String msg,
                                   Repository.ObservableActionEnum type,
                                   File file)
Argumento pasado a los observers

Parameters:
msg - un mensaje
type - un tipo de acci�n
file - archivo que cambi�
Method Detail

getMsg

public final String getMsg()
Returns:
el mensaje

getType

public final Repository.ObservableActionEnum getType()
Returns:
un tipo de acci�n

getFile

public final File getFile()
Returns:
the file


Copyright © 2005-2009 leak.com.ar. All Rights Reserved.