uk.me.parabola.mkgmap.osmstyle.actions
Class EchoAction

java.lang.Object
  extended by uk.me.parabola.mkgmap.osmstyle.actions.EchoAction
All Implemented Interfaces:
Action

public class EchoAction
extends java.lang.Object
implements Action

Sends a message to the console.

Author:
Richard Fairhurst

Constructor Summary
EchoAction(java.lang.String str)
           
 
Method Summary
 void perform(Element el)
          Perform the action on the element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoAction

public EchoAction(java.lang.String str)
Method Detail

perform

public void perform(Element el)
Description copied from interface: Action
Perform the action on the element.

Specified by:
perform in interface Action