com.ebmwebsourcing.webdesigner.presentation.gwt.client.event
Class LogListenerAdapter

java.lang.Object
  extended by com.ebmwebsourcing.webdesigner.presentation.gwt.client.event.LogListenerAdapter
All Implemented Interfaces:
LogListener

public class LogListenerAdapter
extends java.lang.Object
implements LogListener


Constructor Summary
LogListenerAdapter()
           
 
Method Summary
 void onEntryAdded(AbstractLogEntry addedLogEntry)
           
 void onRedo(AbstractLogEntry redoLogEntry)
           
 void onUndo(AbstractLogEntry undoLogEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogListenerAdapter

public LogListenerAdapter()
Method Detail

onEntryAdded

public void onEntryAdded(AbstractLogEntry addedLogEntry)
Specified by:
onEntryAdded in interface LogListener

onRedo

public void onRedo(AbstractLogEntry redoLogEntry)
Specified by:
onRedo in interface LogListener

onUndo

public void onUndo(AbstractLogEntry undoLogEntry)
Specified by:
onUndo in interface LogListener


Copyright © 2010 eBM WebSourcing. All Rights Reserved.