com.jaxfront.core.util
Class ShowSourceCodeAction

java.lang.Object
  extended by com.jaxfront.core.util.ShowSourceCodeAction
All Implemented Interfaces:
Action

public class ShowSourceCodeAction
extends java.lang.Object
implements Action


Field Summary
 
Fields inherited from interface com.jaxfront.core.rule.Action
ACTION_DOM, ACTION_IDENTIFIER, ACTION_NAME, ACTION_SOURCE
 
Constructor Summary
ShowSourceCodeAction()
           
 
Method Summary
 void perform(Type eventSource, Type target)
          Performs any kind of action command.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowSourceCodeAction

public ShowSourceCodeAction()
Method Detail

perform

public void perform(Type eventSource,
                    Type target)
Description copied from interface: Action
Performs any kind of action command.

Specified by:
perform in interface Action
Parameters:
eventSource - type which caused the event (event source)
target - target type to perform action on