Ignore:
Timestamp:
12/16/14 15:03:11 (9 years ago)
Author:
bln4
Message:

Implementation of IndirectMouseActions. Programmers are now able to intercept actions relating to mouse input events and make them act as they please.

Beginnings of IndirectKeyboardActions...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/indirect/mouse/MouseAction.java

    r942 r943  
    22
    33import java.util.Collection;
     4import java.util.List;
    45
    56import org.expeditee.items.Item;
     
    78public interface MouseAction {
    89       
    9         public void exec(MouseInfo info);
     10        public List<Item> exec(MouseInfo info);
    1011       
    1112       
Note: See TracChangeset for help on using the changeset viewer.