Skip to content

Instantly share code, notes, and snippets.

@firexel
Created April 25, 2012 09:25
Show Gist options
  • Save firexel/2488461 to your computer and use it in GitHub Desktop.
Save firexel/2488461 to your computer and use it in GitHub Desktop.
public interface ManagerInterface {
void onItemAdded(Item item);
void onItemRemoved(Item item);
void onItemFieldChanged(Item item);
void onItemAnotherFieldChanged(Item item);
void onItemThirdFieldChanged(Item item);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment