org.apache.slide.event
Interface MacroListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- MacroAdapter, MacroPropertyUpdater
- public interface MacroListener
- extends java.util.EventListener
Macro listener interface
- Version:
- $Revision: 1.2 $
copy
public void copy(MacroEvent event)
throws VetoException
- Throws:
VetoException
move
public void move(MacroEvent event)
throws VetoException
- Throws:
VetoException
delete
public void delete(MacroEvent event)
throws VetoException
- Throws:
VetoException