mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 08:59:01 +00:00
Changed package naming across all examples.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.callback;
|
||||
|
||||
/**
|
||||
* Callback pattern is more native for functional languages where function is treated as first-class citizen.
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.callback;
|
||||
|
||||
/**
|
||||
* Callback interface
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.callback;
|
||||
|
||||
/**
|
||||
* Implementation of task that need to be executed
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.callback;
|
||||
|
||||
/**
|
||||
* Template-method class for callback hook execution
|
||||
Reference in New Issue
Block a user