Class EclipseLog
- java.lang.Object
-
- org.faktorips.devtools.abstraction.AWrapper<org.eclipse.core.runtime.ILog>
-
- org.faktorips.devtools.abstraction.eclipse.internal.EclipseLog
-
- All Implemented Interfaces:
AAbstraction,ALog
public class EclipseLog extends AWrapper<org.eclipse.core.runtime.ILog> implements ALog
-
-
Constructor Summary
Constructors Constructor Description EclipseLog(org.eclipse.core.runtime.ILog wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLogListener(ALogListener listener)voidlog(org.eclipse.core.runtime.IStatus status)Logs the status.voidremoveLogListener(ALogListener listener)-
Methods inherited from class org.faktorips.devtools.abstraction.AWrapper
equals, hashCode, toString, unwrap
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.faktorips.devtools.abstraction.AAbstraction
unwrap
-
-
-
-
Method Detail
-
log
public void log(org.eclipse.core.runtime.IStatus status)
Description copied from interface:ALogLogs the status.
-
addLogListener
public void addLogListener(ALogListener listener)
- Specified by:
addLogListenerin interfaceALog
-
removeLogListener
public void removeLogListener(ALogListener listener)
- Specified by:
removeLogListenerin interfaceALog
-
-